Evas font-ot: moved typedef to a better location (doesn't change anything but ease...
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:38:08 +0000 (10:38 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:38:08 +0000 (10:38 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56469 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/engines/common/evas_font_ot.h

index c219cac..5aa560a 100644 (file)
@@ -20,6 +20,8 @@ struct _Evas_Font_OT_Data
    size_t len;
    Evas_Font_OT_Data_Item *items;
 };
+# else
+typedef void *Evas_Font_OT_Data;
 #endif
 
 #include "Evas.h"
@@ -33,8 +35,6 @@ struct _Evas_Font_OT_Data_Item
    Evas_Coord y_offset;
    Evas_Coord x_advance;
 };
-# else
-typedef void *Evas_Font_OT_Data;
 # endif
 
 # ifdef OT_SUPPORT