mirror of
https://github.com/libretro/RetroArch.git
synced 2025-03-03 23:49:03 +00:00
wayland: Fix build.
Fixes https://github.com/libretro/RetroArch/issues/8614
This commit is contained in:
parent
b0b1b0b782
commit
1e86824e96
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user