]> Dogcows Code - chaz/openbox/blobdiff - render/test.c
onlt send configurenotify if the client actually moved, to work around emacs, hopeful...
[chaz/openbox] / render / test.c
index f737748f9c32a1fe5f0a0133425858c708cca16f..7c3c83b3a4e5877ea6f64100426b607940ed7285 100644 (file)
@@ -51,7 +51,7 @@ int main()
        render_startup();
 
        look = appearance_new(Surface_Planar, 0);
-       look->surface.data.planar.grad = Background_PipeCross;
+       look->surface.data.planar.grad = Background_Pyramid;
        look->surface.data.planar.secondary = color_parse("Yellow");
        look->surface.data.planar.primary = color_parse("Blue");
         look->surface.data.planar.interlaced = FALSE;
This page took 0.022755 seconds and 4 git commands to generate.