Add Clone Change to Changes Enum
authorChris Michael <cp.michael@samsung.com>
Thu, 26 Sep 2013 11:12:19 +0000 (12:12 +0100)
committerChris Michael <cp.michael@samsung.com>
Thu, 26 Sep 2013 11:15:34 +0000 (12:15 +0100)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/conf_randr/e_smart_monitor.h

index 7ed09a4a525e949346ff77ca37aea6726e33de7c..5f9522f14641bda3dd3ba32bdc3ea5d13b5616f5 100644 (file)
@@ -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);