mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-31 22:25:25 -04: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
|
|
@ -2213,8 +2213,8 @@ terminal_create(struct display *display, int fullscreen)
|
|||
terminal_init(terminal);
|
||||
terminal->margin_top = 0;
|
||||
terminal->margin_bottom = -1;
|
||||
terminal->window = window_create(display, "Wayland Terminal",
|
||||
500, 400);
|
||||
terminal->window = window_create(display, 500, 400);
|
||||
window_set_title(terminal->window, "Wayland Terminal");
|
||||
|
||||
init_state_machine(&terminal->state_machine);
|
||||
init_color_table(terminal);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue