[elm_image.c, elm_icon.c] bug fix : elm_icon is disappeared when theme hook is called...
[framework/uifw/elementary.git] / src / lib / elm_module_priv.h
index 0af8b74..0a5f6c6 100644 (file)
@@ -8,7 +8,8 @@ struct _Elm_Entry_Extension_data
 {
        Evas_Object *popup;
        Evas_Object *ent;
-       Evas_Object *viewport_obj;
+       Evas_Object *caller;
+       Evas_Coord_Rectangle viewport_rect;
        Eina_List *items;
        cpfunc select;
        cpfunc copy;
@@ -22,9 +23,9 @@ struct _Elm_Entry_Extension_data
        Eina_Bool have_selection: 1;
        Eina_Bool selmode :1;
        Eina_Bool context_menu : 1;
-       Elm_CNP_Mode cnp_mode : 2;
+       Elm_Cnp_Mode cnp_mode : 2;
 };
 
-EAPI void elm_entry_extension_module_data_get(Evas_Object *obj,Elm_Entry_Extension_data *ext_mod);
+void elm_entry_extension_module_data_get(Evas_Object *obj,Elm_Entry_Extension_data *ext_mod);
 
 #endif