From 1aa4f1e39f945380b5580104898af15e57fcd473 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 2 Aug 2013 11:03:49 +0100 Subject: [PATCH] Add function prototype for disable/enable of the toggle indicator. Signed-off-by: Chris Michael --- 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 50f25de13..7ed09a4a5 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -30,6 +30,7 @@ E_Smart_Monitor_Changes e_smart_monitor_changes_get(Evas_Object *obj); Eina_Bool e_smart_monitor_changes_apply(Evas_Object *obj); const char *e_smart_monitor_name_get(Evas_Object *obj); Ecore_X_Randr_Output e_smart_monitor_output_get(Evas_Object *obj); +void e_smart_monitor_indicator_available_set(Evas_Object *obj, Eina_Bool available); # endif #endif