Ectore: And more build fixes for @mythri! :)
authorJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Jul 2015 11:02:47 +0000 (20:02 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Thu, 16 Jul 2015 11:02:47 +0000 (20:02 +0900)
src/lib/ector/software/ector_software_private.h

index 2e1ca1c..c91d1d4 100644 (file)
@@ -100,7 +100,7 @@ typedef struct _Span_Data
    };
 } Span_Data;
 
-typedef struct _Software_Rasterizer
+struct _Software_Rasterizer
 {
    SW_FT_Raster     raster;
    SW_FT_Stroker    stroker;
@@ -109,7 +109,7 @@ typedef struct _Software_Rasterizer
    Eina_Matrix3    *transform;
    Eina_Rectangle   system_clip;
 
-} Software_Rasterizer;
+};
 
 struct _Ector_Software_Surface_Data
 {