diff options
Diffstat (limited to 'render/test.c')
| -rw-r--r-- | render/test.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/render/test.c b/render/test.c index 56456869..dcd646cf 100644 --- a/render/test.c +++ b/render/test.c @@ -1,7 +1,6 @@ #include <stdio.h> #include <X11/Xlib.h> #include <X11/extensions/shape.h> -/*#include <GL/glx.h>*/ #include <string.h> #include <stdlib.h> #include "render.h" @@ -52,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_Horizontal; look->surface.data.planar.secondary = color_new(0xFF, 0xFF, 0xFF); look->surface.data.planar.primary = color_parse("Black"); look->surface.data.planar.interlaced = FALSE; |
