Re: [E-devel] E SVN: nash trunk/edje/src/lib

2011-03-24 Thread Gustavo Sverzut Barbieri
On Thu, Mar 24, 2011 at 3:12 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Edje: Minor: Reorder args to make it compatible with smart_clipper Author:       nash Date:         2011-03-23 20:12:39 -0700 (Wed, 23 Mar 2011) New Revision: 58054 Trac:        

Re: [E-devel] E SVN: nash trunk/edje/src/lib

2011-03-24 Thread Brett Nash
 struct _Edje  { +   Evas_Object          *clipper; /* a big rect to clip this Edje to */ +   Evas                 *evas; /* the Evas this Edje belongs to */ This is a bit dangerous and not recommended as you'd have to keep in sync. Technically it's fine as they have the same layout,