diff --git a/src/modules/conf_randr/e_smart_monitor.h b/src/modules/conf_randr/e_smart_monitor.h index 7ed09a4a5..5f9522f14 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);