]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
set teh X so it gets used right
[chaz/openbox] / render / theme.c
index 7e45b86fe4aed1198a93a7ef46c17d018140167c..4f86c8d062ea02a344b9403c371e0d9a137cd0cf 100644 (file)
@@ -871,14 +871,8 @@ static void parse_appearance(gchar *tex, RrSurfaceColorType *grad,
        if (strstr(tex, "gradient") != NULL) {
            if (strstr(tex, "crossdiagonal") != NULL)
                *grad = RR_SURFACE_CROSS_DIAGONAL;
-           else if (strstr(tex, "rectangle") != NULL)
-               *grad = RR_SURFACE_RECTANGLE;
            else if (strstr(tex, "pyramid") != NULL)
                *grad = RR_SURFACE_PYRAMID;
-           else if (strstr(tex, "pipecross") != NULL)
-               *grad = RR_SURFACE_PIPECROSS;
-           else if (strstr(tex, "elliptic") != NULL)
-               *grad = RR_SURFACE_PIPECROSS;
            else if (strstr(tex, "horizontal") != NULL)
                *grad = RR_SURFACE_HORIZONTAL;
            else if (strstr(tex, "vertical") != NULL)
This page took 0.021208 seconds and 4 git commands to generate.