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-touch.c b/clients/simple-touch.c index 6087fe4..03fd45b 100644 --- a/clients/simple-touch.c +++ b/clients/simple-touch.c
@@ -301,6 +301,7 @@ } wl_surface_set_user_data(touch->surface, touch); + wl_shell_surface_set_title(touch->shell_surface, "simple-touch"); memset(touch->data, 64, width * height * 4); wl_surface_attach(touch->surface, touch->buffer, 0, 0);