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

@ -141,9 +141,9 @@ int main(int argc, char *argv[])
flower.width = 200;
flower.height = 200;
flower.display = d;
flower.window = window_create(d, "flower",
flower.width, flower.height);
flower.window = window_create(d, flower.width, flower.height);
window_set_title(flower.window, "flower");
window_set_decoration(flower.window, 0);
window_draw(flower.window);
s = window_get_surface(flower.window);