xdg-shell: Update to latest

This commit is contained in:
Jasper St. Pierre
2014-07-17 14:51:12 -04:00
parent 558b323485
commit 567ca15610
2 changed files with 10 additions and 6 deletions

View File

@@ -781,8 +781,8 @@ xdg_surface_show_window_menu (struct wl_client *client,
struct wl_resource *resource,
struct wl_resource *seat_resource,
uint32_t serial,
uint32_t x,
uint32_t y)
int32_t x,
int32_t y)
{
MetaWaylandSeat *seat = wl_resource_get_user_data (seat_resource);
MetaWaylandSurface *surface = wl_resource_get_user_data (resource);