diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2015-02-13 14:01:57 +0800 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2015-02-27 14:59:05 +0200 |
commit | 14f330c6198f1ce4f0055804f37ff44e3c11b5a4 (patch) | |
tree | 0442a9d351fb6ed0383d10c4772c24dbba435d08 /desktop-shell | |
parent | ecf2a0f1cacf0227a8ae432f354b8b74b4463117 (diff) |
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 'desktop-shell')
-rw-r--r-- | desktop-shell/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index b081e331..4990c4d7 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -4073,7 +4073,7 @@ xdg_get_xdg_popup(struct wl_client *client, struct wl_resource *parent_resource, struct wl_resource *seat_resource, uint32_t serial, - int32_t x, int32_t y, uint32_t flags) + int32_t x, int32_t y) { struct weston_surface *surface = wl_resource_get_user_data(surface_resource); |