Make test client a little more interesting.

This commit is contained in:
Kristian Høgsberg 2008-10-11 22:13:51 -04:00
parent 94a2e86dcb
commit a234e70268
2 changed files with 48 additions and 11 deletions

View file

@ -282,7 +282,7 @@ wl_compositor_create(struct wl_display *display)
glLoadIdentity();
glOrtho(0, width, height, 0, 0, 1000.0);
glMatrixMode(GL_MODELVIEW);
glClearColor(0.0, 0.1, 0.3, 0.0);
glClearColor(0.0, 0.05, 0.2, 0.0);
ec->gem_fd = open(gem_device, O_RDWR);
if (ec->gem_fd < 0) {