]> Dogcows Code - chaz/openbox/commitdiff
use the rectangle gradient when the theme asks for elipse
authorDana Jansens <danakj@orodu.net>
Tue, 20 May 2003 07:27:23 +0000 (07:27 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 20 May 2003 07:27:23 +0000 (07:27 +0000)
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.022914 seconds and 4 git commands to generate.