(Cocoa ) Update

This commit is contained in:
Twinaphex 2017-01-19 00:10:42 +01:00
parent 24e0542bdb
commit 99622cee14

View File

@ -554,10 +554,9 @@ CFStringRef)BOXSTRING(symbol_name)
} }
static void cocoagl_gfx_ctx_check_window(void *data, bool *quit, static void cocoagl_gfx_ctx_check_window(void *data, bool *quit,
bool *resize, unsigned *width, unsigned *height, unsigned frame_count) bool *resize, unsigned *width, unsigned *height)
{ {
unsigned new_width, new_height; unsigned new_width, new_height;
(void)frame_count;
*quit = false; *quit = false;