From 0e4471737351f6fc7a37d8bc9fca4ef453130f79 Mon Sep 17 00:00:00 2001 From: Tom Hacohen 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). SVN revision: 56469 --- legacy/evas/src/lib/engines/common/evas_font_ot.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/lib/engines/common/evas_font_ot.h b/legacy/evas/src/lib/engines/common/evas_font_ot.h index c219cac3ea..5aa560ade7 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_ot.h +++ b/legacy/evas/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