Add an orange pop-up menu to test the new map_transient request

This commit is contained in:
Kristian Høgsberg 2011-01-21 18:03:15 -05:00
parent 8dc378ff76
commit 248c1b61ce
10 changed files with 140 additions and 20 deletions

View file

@ -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);