Fix 64 bit mac build not compiling

This commit is contained in:
UnknownShadow200 2021-09-16 22:55:14 +10:00
parent 50ee66a6f8
commit e1909f40be

View File

@ -262,7 +262,7 @@ static void ApplyIcon(void) { }
#endif
#define WIN_MASK (NSTitledWindowMask | NSClosableWindowMask | NSResizableWindowMask | NSMiniaturizableWindowMask)
static void DoCreateWindow(void) {
static void DoCreateWindow(int width, int height) {
CCWindowDelegate* del;
NSRect rect;