This commit is contained in:
twinaphex 2017-05-19 03:35:32 +02:00
parent b0398c1482
commit 9d74212a41

View File

@ -720,7 +720,7 @@ static bool gfx_ctx_wl_set_resize(void *data, unsigned width, unsigned height)
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;
char title[128];