jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=c73d14036506076a32fe2e842eb4e60d01203258

commit c73d14036506076a32fe2e842eb4e60d01203258
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Thu Jul 16 20:02:47 2015 +0900

    Ectore: And more build fixes for @mythri! :)
---
 src/lib/ector/software/ector_software_private.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ector/software/ector_software_private.h 
b/src/lib/ector/software/ector_software_private.h
index 2e1ca1c..c91d1d4 100644
--- a/src/lib/ector/software/ector_software_private.h
+++ b/src/lib/ector/software/ector_software_private.h
@@ -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
 {

-- 


Reply via email to