window: Send serial number in set_popup request
This commit is contained in:
+2
-2
@@ -2391,8 +2391,8 @@ window_show_menu(struct display *display,
|
|||||||
window->x = x;
|
window->x = x;
|
||||||
window->y = y;
|
window->y = y;
|
||||||
|
|
||||||
wl_shell_surface_set_popup(window->shell_surface,
|
wl_shell_surface_set_popup(window->shell_surface, input->input_device,
|
||||||
input->input_device, time,
|
display_get_serial(window->display),
|
||||||
window->parent->shell_surface,
|
window->parent->shell_surface,
|
||||||
window->x, window->y, 0);
|
window->x, window->y, 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user