Evas: Add 'is_frame' property for objects (used in wayland engines).

SVN revision: 66534
This commit is contained in:
Christopher Michael 2011-12-26 23:07:52 +00:00
parent 638e61f314
commit 0740555698
1 changed files with 2 additions and 1 deletions

View 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