From 48a75b80d6148afe88d250f24a3f337677cf9c18 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Sun, 25 May 2003 00:42:02 +0000 Subject: gl is starting. it's gonna get really ugly really fast, folks --- render/test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'render/test.c') 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 #include #include -/*#include */ #include #include #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; -- cgit v1.2.3