Add prototypes for smart monitor functions.

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

SVN revision: 81103
This commit is contained in:
Christopher Michael 2012-12-17 09:20:44 +00:00 committed by Christopher Michael
parent b0d6204b83
commit 0b31476241
1 changed files with 4 additions and 0 deletions

View File

@ -25,7 +25,11 @@ void e_smart_monitor_setup(Evas_Object *obj);
E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj);
void e_smart_monitor_changes_reset(Evas_Object *obj);
void e_smart_monitor_current_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
Ecore_X_Randr_Orientation e_smart_monitor_current_orientation_get(Evas_Object *mon);
Ecore_X_Randr_Mode_Info *e_smart_monitor_current_mode_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_drop_zone_set(Evas_Object *obj, Eina_Bool can_drop);
# endif