From 35cc9813940b5b1e2294700d9cf6d59b9b102a11 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 24 Mar 2011 03:12:39 +0000 Subject: [PATCH] Edje: Minor: Reorder args to make it compatible with smart_clipper git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@58054 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/edje_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/edje_private.h b/src/lib/edje_private.h index 755a3c0..07b92dd 100644 --- a/src/lib/edje_private.h +++ b/src/lib/edje_private.h @@ -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 */ -- 2.7.4