From c7d8727e78f5cb84a1872f6f9a08a79faccb0e17 Mon Sep 17 00:00:00 2001 From: tasn Date: Sun, 30 Jan 2011 10:38:08 +0000 Subject: [PATCH] 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 --- src/lib/engines/common/evas_font_ot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4