princeamd pushed a commit to branch enlightenment-0.17.

commit dc837d6e12c9fc9b1f0de0d174e64dfd061387d0
Author: Christopher Michael <[email protected]>
Date:   Tue Feb 19 10:59:49 2013 +0000

    Backport: b0dff98 :: Simplify changed enum.
    
    Signed-off-by: Christopher Michael <[email protected]>
    
    SVN revision: 84214
    Signed-off-by: Deon Thomas <[email protected]>
---
 src/modules/conf_randr/e_smart_monitor.h | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/modules/conf_randr/e_smart_monitor.h 
b/src/modules/conf_randr/e_smart_monitor.h
index 4c3189b..1e75d4f 100644
--- a/src/modules/conf_randr/e_smart_monitor.h
+++ b/src/modules/conf_randr/e_smart_monitor.h
@@ -7,14 +7,10 @@ typedef enum _E_Smart_Monitor_Changes E_Smart_Monitor_Changes;
 enum _E_Smart_Monitor_Changes
 {
    E_SMART_MONITOR_CHANGED_NONE = 0,
-     E_SMART_MONITOR_CHANGED_CRTC = (1 << 0),
-     E_SMART_MONITOR_CHANGED_MODE = (1 << 1),
-     E_SMART_MONITOR_CHANGED_POSITION = (1 << 2),
-     E_SMART_MONITOR_CHANGED_ROTATION = (1 << 3),
-     E_SMART_MONITOR_CHANGED_REFRESH = (1 << 4),
-     E_SMART_MONITOR_CHANGED_RESOLUTION = (1 << 5),
-     E_SMART_MONITOR_CHANGED_ENABLED = (1 << 6),
-     E_SMART_MONITOR_CHANGED_CLONED = (1 << 7),
+     E_SMART_MONITOR_CHANGED_MODE = (1 << 0),
+     E_SMART_MONITOR_CHANGED_POSITION = (1 << 1),
+     E_SMART_MONITOR_CHANGED_ORIENTATION = (1 << 2),
+     E_SMART_MONITOR_CHANGED_ENABLED = (1 << 3)
 };
 
 Evas_Object *e_smart_monitor_add(Evas *evas);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to