Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_private.h 


Log Message:


the first wave of evas smart object modes. commit hell #1. :) other things
still need updating in cvs - but i am sure others can do that :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_private.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- evas_private.h      2 Oct 2005 15:15:44 -0000       1.48
+++ evas_private.h      27 Oct 2005 02:44:36 -0000      1.49
@@ -343,13 +343,13 @@
    void             *object_data;
 
    struct {
-      int            walking_list;
-      Evas_Smart    *smart;
-      void          *data;
-      Evas_Object   *parent;
-      Evas_List     *contained;
-      Evas_List     *callbacks;
-      char           deletions_waiting : 1;
+      int               walking_list;
+      Evas_Smart       *smart;
+      void             *data;
+      Evas_Object      *parent;
+      Evas_Object_List *contained;
+      Evas_List        *callbacks;
+      char              deletions_waiting : 1;
    } smart;
 
    int                         mouse_grabbed;
@@ -365,6 +365,7 @@
    short                       pre_render_done : 1;
    short                       intercepted : 1;
    short                       focused : 1;
+   short                       in_layer : 1;
 
    unsigned char               delete_me;
 };




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to