evas: forgotten header.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Jul 2011 09:23:47 +0000 (09:23 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 20 Jul 2011 09:23:47 +0000 (09:23 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61522 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/include/evas_private.h

index 53f06f7..768d7d2 100644 (file)
@@ -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;