mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 07:18:34 -04:00
Fix 64 bit mac build not compiling
This commit is contained in:
parent
50ee66a6f8
commit
e1909f40be
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user