From: tasn Date: Sun, 30 Jan 2011 10:38:08 +0000 (+0000) Subject: Evas font-ot: moved typedef to a better location (doesn't change anything but ease... X-Git-Tag: submit/trunk/20120815.174732~2061 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c7d8727e78f5cb84a1872f6f9a08a79faccb0e17;p=profile%2Fivi%2Fevas.git Evas font-ot: moved typedef to a better location (doesn't change anything but ease of understanding). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@56469 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/engines/common/evas_font_ot.h b/src/lib/engines/common/evas_font_ot.h index c219cac..5aa560a 100644 --- a/src/lib/engines/common/evas_font_ot.h +++ b/src/lib/engines/common/evas_font_ot.h @@ -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