E (conf_theme): Fix double define of _X for OpenBSD systems. Reported
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 22 Aug 2012 07:07:16 +0000 (07:07 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 22 Aug 2012 07:07:16 +0000 (07:07 +0000)
by rustyBSD.

SVN revision: 75519

src/modules/conf_theme/e_int_config_color_classes.c

index 3e6037d..701c0e6 100644 (file)
@@ -232,7 +232,7 @@ _color_class_list_selection_idler(void *data)
         if ((!enabled) && (ccc->val.enabled))
           enabled = EINA_TRUE;
 
-#define _X(_n)                                       \
+#define _CX(_n)                                      \
   do                                                 \
     {                                                \
        for (i = 0; i < 3; i++)                       \
@@ -249,11 +249,11 @@ _color_class_list_selection_idler(void *data)
     }                                                \
   while (0)
 
-        _X(r);
-        _X(g);
-        _X(b);
-        _X(a);
-#undef _X
+        _CX(r);
+        _CX(g);
+        _CX(b);
+        _CX(a);
+#undef _CX
      }
 
    for (i = 0; i < 3; i++)