whatever, it's a junk file.

This commit is contained in:
Derek Foreman 2003-05-18 19:24:19 +00:00
parent d46e6627bf
commit 4be1b08154

View file

@ -52,9 +52,9 @@ int main()
render_startup(); render_startup();
look = appearance_new(Surface_Planar, 0); 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.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->surface.data.planar.interlaced = FALSE;
look->area.x = 0; look->area.x = 0;
look->area.x = 0; look->area.x = 0;
@ -75,7 +75,6 @@ int main()
look->area.width = report.xconfigure.width; look->area.width = report.xconfigure.width;
look->area.height = report.xconfigure.height; look->area.height = report.xconfigure.height;
paint(win, look); paint(win, look);
printf("confignotify %i:%i\n", w, h);
break; break;
} }