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>
This commit is contained in:
committed by
Pekka Paalanen
parent
ecf2a0f1ca
commit
14f330c619
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user