]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
rectangle and diagonal grads yay
[chaz/openbox] / render / theme.c
index 39079bd8360d6edfc2ab56788617d21086614c0b..8ba7a9dcda3104dc6dd0254aa5f569bd9b3307f2 100644 (file)
@@ -404,7 +404,7 @@ static void parse_appearance(char *tex, SurfaceColorType *grad,
            else if (strstr(tex, "pipecross") != NULL)
                *grad = Background_PipeCross;
            else if (strstr(tex, "elliptic") != NULL)
-               *grad = Background_Elliptic;
+               *grad = Background_Rectangle;
            else if (strstr(tex, "horizontal") != NULL)
                *grad = Background_Horizontal;
            else if (strstr(tex, "vertical") != NULL)
This page took 0.022597 seconds and 4 git commands to generate.