diff options
| author | Derek Foreman <manmower@gmail.com> | 2003-05-18 19:24:19 +0000 |
|---|---|---|
| committer | Derek Foreman <manmower@gmail.com> | 2003-05-18 19:24:19 +0000 |
| commit | 4be1b0815452c79f29f5944c2f2a9c025a94f20b (patch) | |
| tree | 575bba0759f2308ec0231d55775e89f9062bd91e /render/test.c | |
| parent | d46e6627bf26341c090c1556182a66280f98e785 (diff) | |
whatever, it's a junk file.
Diffstat (limited to 'render/test.c')
| -rw-r--r-- | render/test.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/render/test.c b/render/test.c index 4bcedb2c..98508368 100644 --- a/render/test.c +++ b/render/test.c @@ -52,9 +52,9 @@ int main() render_startup(); look = appearance_new(Surface_Planar, 0); - look->surface.data.planar.grad = Background_Solid; + look->surface.data.planar.grad = Background_Rectangle; look->surface.data.planar.secondary = color_new(0xFF, 0xFF, 0xFF); - look->surface.data.planar.primary = color_parse("Red"); + look->surface.data.planar.primary = color_parse("Black"); look->surface.data.planar.interlaced = FALSE; look->area.x = 0; look->area.x = 0; @@ -75,7 +75,6 @@ int main() look->area.width = report.xconfigure.width; look->area.height = report.xconfigure.height; paint(win, look); - printf("confignotify %i:%i\n", w, h); break; } |
