mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-15 06:59:49 -05:00
Add an orange pop-up menu to test the new map_transient request
This commit is contained in:
parent
8dc378ff76
commit
248c1b61ce
10 changed files with 140 additions and 20 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue