From f2d5c581219400fd6ffbda820327e2d1b64681ba Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 10 Oct 2012 07:54:48 +0000 Subject: [PATCH] E (RandR): Add function prototype for getting monitor's connected state. Signed-off-by: Christopher Michael SVN revision: 77708 --- 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 87082264f..80592cc40 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -12,6 +12,7 @@ Eina_Bool e_smart_monitor_moving_get(Evas_Object *obj); void e_smart_monitor_position_get(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y); Ecore_X_Randr_Orientation e_smart_monitor_orientation_get(Evas_Object *obj); Ecore_X_Randr_Mode_Info *e_smart_monitor_mode_get(Evas_Object *obj); +Eina_Bool e_smart_monitor_connected_get(Evas_Object *obj); # define E_SMART_MONITOR_H # endif