Evas: Add 'is_frame' property for objects (used in wayland engines).
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 26 Dec 2011 23:07:52 +0000 (23:07 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 26 Dec 2011 23:07:52 +0000 (23:07 +0000)
SVN revision: 66534

legacy/evas/src/lib/include/evas_private.h

index 232d96e..ed27ce2 100644 (file)
@@ -307,7 +307,6 @@ struct _Evas
       struct {
           Eina_List *in;
       } object;
-
    } pointer;
 
    struct  {
@@ -616,6 +615,8 @@ struct _Evas_Object
    Eina_Bool                   changed_move_only : 1;
    Eina_Bool                   changed_nomove : 1;
    Eina_Bool                   del_ref : 1;
+
+   Eina_Bool                   is_frame : 1;
 };
 
 struct _Evas_Func_Node