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