E (RandR): Add function prototype to retrieve monitor's output.

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

SVN revision: 77866
This commit is contained in:
Christopher Michael 2012-10-11 12:42:00 +00:00 committed by Christopher Michael
parent 9aa8b5ef5d
commit 2ab321cf3b
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Evas_Object *e_smart_monitor_add(Evas *evas);
void e_smart_monitor_layout_set(Evas_Object *obj, Evas_Object *layout);
void e_smart_monitor_info_set(Evas_Object *obj, E_Randr_Output_Info *output, E_Randr_Crtc_Info *crtc);
E_Randr_Crtc_Info *e_smart_monitor_crtc_get(Evas_Object *obj);
E_Randr_Output_Info *e_smart_monitor_output_get(Evas_Object *obj);
void e_smart_monitor_crtc_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
void e_smart_monitor_move_geometry_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
Eina_Bool e_smart_monitor_moving_get(Evas_Object *obj);