summaryrefslogtreecommitdiff
path: root/render/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/test.c')
-rw-r--r--render/test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/render/test.c b/render/test.c
index dcd646cf..2170a341 100644
--- a/render/test.c
+++ b/render/test.c
@@ -51,9 +51,9 @@ int main()
render_startup();
look = appearance_new(Surface_Planar, 0);
- 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.grad = Background_Rectangle;
+ look->surface.data.planar.secondary = color_parse("Yellow");
+ look->surface.data.planar.primary = color_parse("Blue");
look->surface.data.planar.interlaced = FALSE;
look->area.x = 0;
look->area.y = 0;