Add prototype for cloned_set function.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82324
This commit is contained in:
Christopher Michael 2013-01-07 07:39:42 +00:00 committed by Christopher Michael
parent 3bbf2da0b8
commit 98b9bdaf79
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ Eina_Bool e_smart_monitor_current_enabled_get(Evas_Object *obj);
void e_smart_monitor_clone_add(Evas_Object *obj, Evas_Object *mon);
void e_smart_monitor_clone_del(Evas_Object *obj, Evas_Object *mon);
void e_smart_monitor_cloned_set(Evas_Object *obj, Eina_Bool cloned);
void e_smart_monitor_drop_zone_set(Evas_Object *obj, Eina_Bool can_drop);
# endif