summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2015-02-13 14:01:57 +0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-02-27 14:59:05 +0200
commit14f330c6198f1ce4f0055804f37ff44e3c11b5a4 (patch)
tree0442a9d351fb6ed0383d10c4772c24dbba435d08 /clients
parentecf2a0f1cacf0227a8ae432f354b8b74b4463117 (diff)
downloadweston-14f330c6198f1ce4f0055804f37ff44e3c11b5a4.tar.gz
xdg-shell: Remove the flags from get_xdg_popup
There haven't been any ideas for flags, so we don't need a useless, unused parameter hanging around. Any future ideas should be done with a new request entirely. Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
Diffstat (limited to 'clients')
-rw-r--r--clients/window.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clients/window.c b/clients/window.c
index d919210e..57f7a8d1 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -4840,8 +4840,7 @@ window_show_menu(struct display *display,
input->seat,
display_get_serial(window->display),
window->x - ix,
- window->y - iy,
- 0);
+ window->y - iy);
fail_on_null(window->xdg_popup);
xdg_popup_set_user_data(window->xdg_popup, window);