diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-08-02 11:03:49 +0100 |
---|---|---|
committer | Deon Thomas <PrinceAMD.Elive@gmail.com> | 2013-08-02 10:43:08 -0400 |
commit | 4f4f0c04b31cdae6a6ec9a870377bc881f2ed955 (patch) | |
tree | b3b057c3204490a79ec6e35f544bbc0275a23c59 | |
parent | 75c2ab58a357f202582e0e86c28e685fd70e85ce (diff) | |
download | enlightenment-4f4f0c04b31cdae6a6ec9a870377bc881f2ed955.tar.gz |
Backport: 1aa4f1e :: Add function prototype for disable/enable of the toggle indicator.
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Signed-off-by: Deon Thomas <PrinceAMD.Elive@gmail.com>
-rw-r--r-- | src/modules/conf_randr/e_smart_monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 50f25de131..7ed09a4a52 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 |