Edje: Minor: Reorder args to make it compatible with smart_clipper
authornash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Mar 2011 03:12:39 +0000 (03:12 +0000)
committernash <nash@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 24 Mar 2011 03:12:39 +0000 (03:12 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/edje@58054 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/edje_private.h

index 755a3c0..07b92dd 100644 (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 */