commit | f2eb68a921896131de4150d9da67de7c0e48cacc | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Apr 13 12:37:19 2012 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Apr 13 12:37:19 2012 -0400 |
tree | 6e5ec401a2a570b315688f44fb81d3a4b067e55b | |
parent | 84b76c72c8afed48dacf4216483cb911913e779a [diff] [blame] |
window: Send serial number in set_popup request
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->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);