data struct should match eet description - an enum may not be a char - it may

be an int or short or something else.


SVN revision: 31118
This commit is contained in:
Carsten Haitzler 2007-08-02 22:48:14 +00:00
parent 567e4b2aea
commit 25acab7a37
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ struct _Edje_Part
unsigned char repeat_events; /* it will repeat events to objects below */
unsigned char precise_is_inside;
unsigned char use_alternate_font_metrics;
Evas_Object_Pointer_Mode pointer_mode;
char pointer_mode;
};
struct _Edje_Part_Image_Id