mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Buildfix
This commit is contained in:
parent
b0398c1482
commit
9d74212a41
@ -720,7 +720,7 @@ static bool gfx_ctx_wl_set_resize(void *data, unsigned width, unsigned height)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void gfx_ctx_wl_update_title(void *data, video_frame_info_t *video_info)
|
static void gfx_ctx_wl_update_title(void *data, void *data2)
|
||||||
{
|
{
|
||||||
gfx_ctx_wayland_data_t *wl = (gfx_ctx_wayland_data_t*)data;
|
gfx_ctx_wayland_data_t *wl = (gfx_ctx_wayland_data_t*)data;
|
||||||
char title[128];
|
char title[128];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user