From 7a2bfc790789496bb4f444fc82cf849d034652ac Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 26 Sep 2013 12:12:19 +0100 Subject: [PATCH] Add Clone Change to Changes Enum Signed-off-by: Chris Michael --- src/modules/conf_randr/e_smart_monitor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 7ed09a4..5f9522f 100644 --- a/src/modules/conf_randr/e_smart_monitor.h +++ b/src/modules/conf_randr/e_smart_monitor.h @@ -11,7 +11,8 @@ enum _E_Smart_Monitor_Changes E_SMART_MONITOR_CHANGED_POSITION = (1 << 1), E_SMART_MONITOR_CHANGED_ORIENTATION = (1 << 2), E_SMART_MONITOR_CHANGED_ENABLED = (1 << 3), - E_SMART_MONITOR_CHANGED_PRIMARY = (1 << 4) + E_SMART_MONITOR_CHANGED_PRIMARY = (1 << 4), + E_SMART_MONITOR_CHANGED_CLONE = (1 << 5) }; Evas_Object *e_smart_monitor_add(Evas *evas); -- 2.7.4