Add function prototype for a monitor to apply it's changes.

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

SVN revision: 81160
This commit is contained in:
Christopher Michael 2012-12-17 15:46:52 +00:00 committed by Christopher Michael
parent a6d983b1a8
commit 66d8162518
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ Evas_Object *e_smart_monitor_layout_get(Evas_Object *obj);
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_changes_apply(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);