summaryrefslogtreecommitdiff
path: root/render/test.c
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-05-18 23:31:13 +0000
committerDerek Foreman <manmower@gmail.com>2003-05-18 23:31:13 +0000
commitad4c3aad45d21b3f0c0b69cd8b532f775c5e5223 (patch)
tree9b1683ce3d58925dbb21f017924e75aecaa81421 /render/test.c
parentb24e6fbfa17bd20b3ac977c006be891a88ed89ac (diff)
PipeCross
Diffstat (limited to 'render/test.c')
-rw-r--r--render/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/test.c b/render/test.c
index 98508368..d57f2c8b 100644
--- a/render/test.c
+++ b/render/test.c
@@ -52,7 +52,7 @@ int main()
render_startup();
look = appearance_new(Surface_Planar, 0);
- look->surface.data.planar.grad = Background_Rectangle;
+ look->surface.data.planar.grad = Background_PipeCross;
look->surface.data.planar.secondary = color_new(0xFF, 0xFF, 0xFF);
look->surface.data.planar.primary = color_parse("Black");
look->surface.data.planar.interlaced = FALSE;