mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-12 13:29:55 -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
|
|
@ -216,7 +216,8 @@ image_create(struct display *display, uint32_t key, const char *filename)
|
|||
|
||||
image->filename = g_strdup(filename);
|
||||
|
||||
image->window = window_create(display, title, 500, 400);
|
||||
image->window = window_create(display, 500, 400);
|
||||
window_set_title(image->window, title);
|
||||
image->display = display;
|
||||
|
||||
/* FIXME: Window uses key 1 for moves, need some kind of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue