Evas font-ot: moved typedef to a better location (doesn't change anything but ease of understanding).

SVN revision: 56469
This commit is contained in:
Tom Hacohen 2011-01-30 10:38:08 +00:00
parent 5125ddb692
commit 0e44717373
1 changed files with 2 additions and 2 deletions

View 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