mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-25 06:46:34 -04:00
Make test client a little more interesting.
This commit is contained in:
parent
94a2e86dcb
commit
a234e70268
2 changed files with 48 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue