Make window prettier again.

This commit is contained in:
Kristian Høgsberg 2008-11-08 18:53:37 -05:00
parent 30749426dc
commit e4feb56316
3 changed files with 97 additions and 39 deletions

View file

@ -134,7 +134,7 @@ int main(int argc, char *argv[])
wl_surface_attach(surface, name, width, height, width * 4);
wl_surface_map(surface, 0, 0, width, height);
wl_surface_map(surface, 0, 0, 1280, 800);
g_main_loop_run(loop);