From: cedric Date: Wed, 20 Jul 2011 09:23:47 +0000 (+0000) Subject: evas: forgotten header. X-Git-Tag: submit/trunk/20120815.174732~1113 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1c2c48c092d2afebb926c378b4bd88392b88c1a;p=profile%2Fivi%2Fevas.git evas: forgotten header. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@61522 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/include/evas_private.h b/src/lib/include/evas_private.h index 53f06f7..768d7d2 100644 --- a/src/lib/include/evas_private.h +++ b/src/lib/include/evas_private.h @@ -309,6 +309,8 @@ struct _Evas Eina_List *font_path; + int in_smart_calc; + Evas_Object *focused; void *attach_data; Evas_Modifier modifiers; @@ -509,6 +511,8 @@ struct _Evas_Object unsigned char delete_me; + unsigned char recalculate_cycle; + Evas_Object_Pointer_Mode pointer_mode : 1; Eina_Bool store : 1;