devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=7a2bfc790789496bb4f444fc82cf849d034652ac

commit 7a2bfc790789496bb4f444fc82cf849d034652ac
Author: Chris Michael <[email protected]>
Date:   Thu Sep 26 12:12:19 2013 +0100

    Add Clone Change to Changes Enum
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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);

-- 


Reply via email to