wayland: Fix build.

Fixes https://github.com/libretro/RetroArch/issues/8614
This commit is contained in:
orbea 2019-04-21 07:48:45 -07:00
parent b0b1b0b782
commit 1e86824e96

View File

@ -626,7 +626,7 @@ static void wl_surface_enter(void *data, struct wl_surface *wl_surface,
};
}
static void wl_nop(void *a, wl_surface *b, wl_output *c)
static void wl_nop(void *a, struct wl_surface *b, struct wl_output *c)
{
(void)a;
(void)b;