From f2eb68a921896131de4150d9da67de7c0e48cacc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 13 Apr 2012 12:37:19 -0400 Subject: [PATCH] window: Send serial number in set_popup request --- clients/window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/window.c b/clients/window.c index ad0b710..08f510f 100644 --- a/clients/window.c +++ b/clients/window.c @@ -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); -- 2.7.4