]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
rename osx to mirrorhorizontal and split to splitvertical, this will make all themes...
[chaz/openbox] / render / theme.c
index 31ef3b1a53780dd088f0abf466ddb020605e8cd6..b1cce15bc29ba5627f31d1a01d1c59ce6b33e115 100644 (file)
@@ -1197,14 +1197,14 @@ static void parse_appearance(gchar *tex, RrSurfaceColorType *grad,
                 *grad = RR_SURFACE_CROSS_DIAGONAL;
             else if (strstr(tex, "pyramid") != NULL)
                 *grad = RR_SURFACE_PYRAMID;
-            else if (strstr(tex, "osx") != NULL)
-                *grad = RR_SURFACE_OSX;
+            else if (strstr(tex, "mirrorhorizontal") != NULL)
+                *grad = RR_SURFACE_MIRROR_HORIZONTAL;
             else if (strstr(tex, "horizontal") != NULL)
                 *grad = RR_SURFACE_HORIZONTAL;
             else if (strstr(tex, "vertical") != NULL)
                 *grad = RR_SURFACE_VERTICAL;
-            else if (strstr(tex, "split") != NULL)
-                *grad = RR_SURFACE_SPLIT;
+            else if (strstr(tex, "splitvertical") != NULL)
+                *grad = RR_SURFACE_SPLIT_VERTICAL;
             else
                 *grad = RR_SURFACE_DIAGONAL;
         } else {
This page took 0.023432 seconds and 4 git commands to generate.