diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2011-01-21 18:03:15 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2011-01-21 18:03:15 -0500 |
commit | 248c1b61ce31ed01946e816b1f90f6c9f7685541 (patch) | |
tree | dc197dbadc469757041559b3cf12e526aa3fc591 /clients/smoke.c | |
parent | 8dc378ff768e47858c34ae6e347ae3bac736d613 (diff) | |
download | weston-248c1b61ce31ed01946e816b1f90f6c9f7685541.tar.gz weston-248c1b61ce31ed01946e816b1f90f6c9f7685541.tar.bz2 weston-248c1b61ce31ed01946e816b1f90f6c9f7685541.zip |
Add an orange pop-up menu to test the new map_transient request
Diffstat (limited to 'clients/smoke.c')
-rw-r--r-- | clients/smoke.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clients/smoke.c b/clients/smoke.c index 7052cb44..c3e81319 100644 --- a/clients/smoke.c +++ b/clients/smoke.c @@ -277,7 +277,8 @@ int main(int argc, char *argv[]) smoke.width = 200; smoke.height = 200; smoke.display = d; - smoke.window = window_create(d, "smoke", smoke.width, smoke.height); + smoke.window = window_create(d, smoke.width, smoke.height); + window_set_title(smoke.window, "smoke"); window_set_buffer_type(smoke.window, WINDOW_BUFFER_TYPE_SHM); clock_gettime(CLOCK_MONOTONIC, &ts); |