From 2ab321cf3bf27f412936595f07f783a257531f1b Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 11 Oct 2012 12:42:00 +0000 Subject: [PATCH] E (RandR): Add function prototype to retrieve monitor's output. Signed-off-by: Christopher Michael SVN revision: 77866 --- src/modules/conf_randr/e_smart_monitor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 8d777a127..84044d645 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -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);