Edje: Minor: Reorder args to make it compatible with smart_clipper

SVN revision: 58054
This commit is contained in:
Brett Nash 2011-03-24 03:12:39 +00:00
parent b49b3676ec
commit 8c2df9fc33
1 changed files with 2 additions and 2 deletions

View File

@ -969,6 +969,8 @@ typedef struct _Edje_Signals_Sources_Patterns Edje_Signals_Sources_Patterns;
struct _Edje
{
Evas_Object *clipper; /* a big rect to clip this Edje to */
Evas *evas; /* the Evas this Edje belongs to */
const Edje_Smart_Api *api;
const char *path;
const char *group;
@ -977,9 +979,7 @@ struct _Edje
Evas_Coord x, y, w, h;
Edje_Size min;
double paused_at;
Evas *evas; /* the Evas this Edje belongs to */
Evas_Object *obj; /* the smart object */
Evas_Object *clipper; /* a big rect to clip this Edje to */
Edje_File *file; /* the file the data comes form */
Edje_Part_Collection *collection; /* the description being used */
Eina_List *actions; /* currently running actions */