mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-10 07:49:57 -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
|
#endif
|
||||||
|
|
||||||
#define WIN_MASK (NSTitledWindowMask | NSClosableWindowMask | NSResizableWindowMask | NSMiniaturizableWindowMask)
|
#define WIN_MASK (NSTitledWindowMask | NSClosableWindowMask | NSResizableWindowMask | NSMiniaturizableWindowMask)
|
||||||
static void DoCreateWindow(void) {
|
static void DoCreateWindow(int width, int height) {
|
||||||
CCWindowDelegate* del;
|
CCWindowDelegate* del;
|
||||||
NSRect rect;
|
NSRect rect;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user