commit | 01a9f1b992c6b68f0a9382edca0ab4f3945bec4d | [log] [tgz] |
---|---|---|
author | Scott Moreau <oreaus@gmail.com> | Sun Oct 07 08:56:30 2012 -0600 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Oct 09 23:13:01 2012 -0400 |
tree | c38437fd6be203bbade364bcccc876c852cfa27d | |
parent | 3e3862c3bc5a68118b0bd3d2b9a27f2c896e8387 [diff] [blame] |
clients: Set title for all shell surface demos.
diff --git a/clients/simple-egl.c b/clients/simple-egl.c index a67ce2f..d6842af 100644 --- a/clients/simple-egl.c +++ b/clients/simple-egl.c
@@ -317,6 +317,8 @@ display->egl.conf, window->native, NULL); + wl_shell_surface_set_title(window->shell_surface, "simple-egl"); + ret = eglMakeCurrent(window->display->egl.dpy, window->egl_surface, window->egl_surface, window->display->egl.ctx); assert(ret == EGL_TRUE);