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

@ -232,7 +232,7 @@ wl_compositor_create(struct wl_display *display)
EGLConfig configs[64];
EGLint major, minor, count;
struct egl_compositor *ec;
const int width = 1024, height = 768;
const int width = 1280, height = 800;
ec = malloc(sizeof *ec);
if (ec == NULL)