]> Dogcows Code - chaz/openbox/blobdiff - render/test.c
invisible resizing areas/grips in the top corners of the window
[chaz/openbox] / render / test.c
index 12974a913ddf402b1880713a3190772cfad111a5..38cd7a99a2aad9155d897e474d09a7d5da82509e 100644 (file)
@@ -46,7 +46,7 @@ int main()
         inst = RrInstanceNew(ob_display, ob_screen);
 
        look = RrAppearanceNew(inst, 0);
-       look->surface.grad = RR_SURFACE_RECTANGLE;
+       look->surface.grad = RR_SURFACE_PYRAMID;
        look->surface.secondary = RrColorParse(inst, "Yellow");
        look->surface.primary = RrColorParse(inst, "Blue");
         look->surface.interlaced = FALSE;
This page took 0.023204 seconds and 4 git commands to generate.