From 1e86824e967e6ce5616af027c06959bf875e115a Mon Sep 17 00:00:00 2001 From: orbea Date: Sun, 21 Apr 2019 07:48:45 -0700 Subject: [PATCH] wayland: Fix build. Fixes https://github.com/libretro/RetroArch/issues/8614 --- gfx/drivers_context/wayland_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers_context/wayland_ctx.c b/gfx/drivers_context/wayland_ctx.c index 5461a6d737..951bf2daec 100644 --- a/gfx/drivers_context/wayland_ctx.c +++ b/gfx/drivers_context/wayland_ctx.c @@ -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;