]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/directx/d2d1/d2d1.factor
core, basis, extra: Remove DOS line endings from files.
[factor.git] / basis / windows / directx / d2d1 / d2d1.factor
index a79cd856f38b20079d19b9c3c64e1831a61e42ea..d665f441ed91d7c4c98faaa0733665aa7d272e56 100644 (file)
@@ -305,7 +305,7 @@ STRUCT: D2D1_FACTORY_OPTIONS
     { debugLevel D2D1_DEBUG_LEVEL } ;
 
 C-TYPE: ID2D1Factory
-C-TYPE: ID2D1BitmapRenderTarget 
+C-TYPE: ID2D1BitmapRenderTarget
 
 COM-INTERFACE: ID2D1Resource IUnknown {2cd90691-12e2-11dc-9fed-001143a055f9}
     void GetFactory ( ID2D1Factory** factory ) ;
@@ -564,4 +564,3 @@ FUNCTION: BOOL D2D1IsMatrixInvertible (
 
 FUNCTION: BOOL D2D1InvertMatrix (
         D2D1_MATRIX_3X2_F* matrix ) ;
-