Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_private.h 


Log Message:


1. fixed some inefficient edje loading - moved checks to the cache code where
it sould be
2. fixed edje handling of delete of objects so we don't lose clip info if we
move a swallowed object out
3. fix up norender stuff for evas a bit
4. pants.

5. coogee beach (sydney) in summer right now is beatiful - KICK ASS!

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- evas_private.h      17 Dec 2006 15:48:50 -0000      1.79
+++ evas_private.h      22 Jan 2007 12:44:57 -0000      1.80
@@ -247,6 +247,8 @@
 {
    unsigned char     deletions_waiting : 1;
    int               walking_list;
+   Evas_Object_List *callbacks;
+/*   
    Evas_Object_List *down;
    Evas_Object_List *up;
    Evas_Object_List *move;
@@ -263,6 +265,7 @@
    Evas_Object_List *obj_move;
    Evas_Object_List *obj_resize;
    Evas_Object_List *obj_restack;
+ */
 };
 
 struct _Evas
@@ -449,9 +452,10 @@
 struct _Evas_Func_Node
 {
    Evas_Object_List  _list_data;
-   char delete_me : 1;
    void (*func) (void *data, Evas *e, Evas_Object *obj, void *event_info);
    void *data;
+   Evas_Callback_Type type;
+   char delete_me : 1;
 };
 
 struct _Evas_Data_Node



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to