(CGL) Buildfix

This commit is contained in:
Twinaphex 2015-04-26 04:26:57 +02:00
parent 4034dbe591
commit a72cc4bfc9

View File

@ -70,6 +70,8 @@ static void gfx_ctx_cgl_get_video_size(void *data, unsigned *width, unsigned *he
static void gfx_ctx_cgl_check_window(void *data, bool *quit,
bool *resize, unsigned *width, unsigned *height, unsigned frame_count)
{
unsigned new_width, new_height;
(void)frame_count;
*quit = false;