mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-06 07:20:17 +01:00
window: Send serial number in set_popup request
This commit is contained in:
parent
84b76c72c8
commit
f2eb68a921
1 changed files with 2 additions and 2 deletions
|
|
@ -2391,8 +2391,8 @@ window_show_menu(struct display *display,
|
|||
window->x = x;
|
||||
window->y = y;
|
||||
|
||||
wl_shell_surface_set_popup(window->shell_surface,
|
||||
input->input_device, time,
|
||||
wl_shell_surface_set_popup(window->shell_surface, input->input_device,
|
||||
display_get_serial(window->display),
|
||||
window->parent->shell_surface,
|
||||
window->x, window->y, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue