diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2013-07-02 15:28:56 +0900 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2013-07-02 15:28:56 +0900 |
commit | 5f4ae9abeb191cff54d6f03b258e4eaaba1e4099 (patch) | |
tree | 7c9fd94d81db518dbca507c40f63da380fe78a2b /src/lib/evas/include | |
parent | e0b51e3a37c23990561289ac76c8e91d99b8268f (diff) |
evas/render - refactoring about checking smart member changed.
move those code to the evas_object_smart.
Diffstat (limited to 'src/lib/evas/include')
-rw-r--r-- | src/lib/evas/include/evas_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index 855a130b0d..76c557a837 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -991,6 +991,7 @@ void _evas_object_smart_members_all_del(Evas_Object *obj); | |||
991 | void evas_call_smarts_calculate(Evas *e); | 991 | void evas_call_smarts_calculate(Evas *e); |
992 | void evas_object_smart_bounding_box_update(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj); | 992 | void evas_object_smart_bounding_box_update(Evas_Object *eo_obj, Evas_Object_Protected_Data *obj); |
993 | void evas_object_smart_need_bounding_box_update(Evas_Object *obj); | 993 | void evas_object_smart_need_bounding_box_update(Evas_Object *obj); |
994 | Eina_Bool evas_object_smart_changed_get(Evas_Object *eo_obj); | ||
994 | void *evas_mem_calloc(int size); | 995 | void *evas_mem_calloc(int size); |
995 | void _evas_post_event_callback_call(Evas *e, Evas_Public_Data* e_pd); | 996 | void _evas_post_event_callback_call(Evas *e, Evas_Public_Data* e_pd); |
996 | void _evas_post_event_callback_free(Evas *e); | 997 | void _evas_post_event_callback_free(Evas *e); |