group ptrs together.

SVN revision: 80407
This commit is contained in:
Carsten Haitzler 2012-12-07 02:48:30 +00:00
parent 846a80bf77
commit d1581b714f
1 changed files with 6 additions and 6 deletions

View File

@ -11,22 +11,22 @@ struct _E_Smart_Data
Evas_Coord x, y, w, h;
Evas_Object *obj;
Evas_Object *eventarea;
Ecore_Timer *timer, *fdo_reload_timer;
const char *fdo;
Ecore_Timer *guessing_animation;
Ecore_Timer *timer, *fdo_reload_timer;
#ifdef USE_ICON_CACHE
const char *file;
Cache_Item *ci;
#endif
double last_resize;
int size;
int frame, frame_count;
const char *fdo;
unsigned char fill_inside : 1;
unsigned char scale_up : 1;
unsigned char preload : 1;
unsigned char loading : 1;
unsigned char animated : 1;
Eina_Bool edje : 1;
#ifdef USE_ICON_CACHE
const char *file;
Cache_Item *ci;
#endif
};
struct _Cache_Item