summaryrefslogtreecommitdiff
path: root/render/test.c
diff options
context:
space:
mode:
authorDerek Foreman <manmower@gmail.com>2003-05-25 03:36:12 +0000
committerDerek Foreman <manmower@gmail.com>2003-05-25 03:36:12 +0000
commitdb705f406ccd85dc170beb89f0f35fd3398a0a46 (patch)
treef19cc7aef2a6f4922d8399b9ab02cdbd41a84a57 /render/test.c
parentf9505b23b7796219ecc73ad97c68764356797163 (diff)
all grads done
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 f737748f..7c3c83b3 100644
--- a/render/test.c
+++ b/render/test.c
@@ -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;