all repos — openbox @ 97b22bd27bf2e3bba4143a15ec82e4f2561c984f

openbox fork - make it a bit more like ryudo

use the rectangle gradient when the theme asks for elipse
Dana Jansens danakj@orodu.net
commit

97b22bd27bf2e3bba4143a15ec82e4f2561c984f

parent

19500061fbad5f4d2b8be034d381542732773d05

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M render/theme.crender/theme.c

@@ -404,7 +404,7 @@ *grad = Background_Pyramid;

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)