Silence warning

This commit is contained in:
twinaphex 2017-05-26 19:32:18 +02:00
parent 9f1ca98ca3
commit b91dd1413f

View File

@ -93,7 +93,7 @@ static void gfx_ctx_cgl_check_window(void *data, bool *quit,
} }
} }
static void gfx_ctx_cgl_swap_buffers(void *data, video_frame_info_t *video_info) static void gfx_ctx_cgl_swap_buffers(void *data, void *data2)
{ {
gfx_ctx_cgl_data_t *cgl = (gfx_ctx_cgl_data_t*)data; gfx_ctx_cgl_data_t *cgl = (gfx_ctx_cgl_data_t*)data;