use the rectangle gradient when the theme asks for elipse

This commit is contained in:
Dana Jansens 2003-05-20 07:27:23 +00:00
parent 19500061fb
commit 97b22bd27b

View file

@ -404,7 +404,7 @@ static void parse_appearance(char *tex, SurfaceColorType *grad,
else if (strstr(tex, "pipecross") != NULL) else if (strstr(tex, "pipecross") != NULL)
*grad = Background_PipeCross; *grad = Background_PipeCross;
else if (strstr(tex, "elliptic") != NULL) else if (strstr(tex, "elliptic") != NULL)
*grad = Background_Elliptic; *grad = Background_Rectangle;
else if (strstr(tex, "horizontal") != NULL) else if (strstr(tex, "horizontal") != NULL)
*grad = Background_Horizontal; *grad = Background_Horizontal;
else if (strstr(tex, "vertical") != NULL) else if (strstr(tex, "vertical") != NULL)