]> Dogcows Code - chaz/openbox/blobdiff - render/test.c
better handling of maximizing, wrt changing decorations on the windows, and showing...
[chaz/openbox] / render / test.c
index 12974a913ddf402b1880713a3190772cfad111a5..58a95cf7a9aa46ed53a917fa3b5949594fe5d333 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdio.h>
 #include <X11/Xlib.h>
+#include <X11/Xutil.h>
 #include <X11/extensions/shape.h>
 #include <string.h>
 #include <stdlib.h>
@@ -46,7 +47,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.020061 seconds and 4 git commands to generate.