evas: forgotten header.

SVN revision: 61522
This commit is contained in:
Cedric BAIL 2011-07-20 09:23:47 +00:00
parent e263bca092
commit f13f92ce15
1 changed files with 4 additions and 0 deletions

View 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;