Eo base: Reduce object memory footprint.

This commit is contained in:
Tom Hacohen 2013-04-11 15:10:42 +01:00
parent 0d68ffbe86
commit 45fdd4574e
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ typedef struct
Eo ***wrefs;
Eo_Callback_Description *callbacks;
int walking_list;
int event_freeze_count;
unsigned short walking_list;
unsigned short event_freeze_count;
Eina_Bool deletions_waiting : 1;
} Private_Data;