From 07405556988e0056cefa0a91630ca0d9893c8f2e Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 26 Dec 2011 23:07:52 +0000 Subject: [PATCH] Evas: Add 'is_frame' property for objects (used in wayland engines). SVN revision: 66534 --- legacy/evas/src/lib/include/evas_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/include/evas_private.h b/legacy/evas/src/lib/include/evas_private.h index 232d96e35f..ed27ce20aa 100644 --- a/legacy/evas/src/lib/include/evas_private.h +++ b/legacy/evas/src/lib/include/evas_private.h @@ -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