diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-20 07:27:23 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-20 07:27:23 +0000 |
| commit | 97b22bd27bf2e3bba4143a15ec82e4f2561c984f (patch) | |
| tree | 6ea912f3250a65d182915109a8c811224c2588d6 /render/theme.c | |
| parent | 19500061fbad5f4d2b8be034d381542732773d05 (diff) | |
use the rectangle gradient when the theme asks for elipse
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/theme.c b/render/theme.c index 39079bd8..8ba7a9dc 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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) |
