cocoa: Fix compile error with MacOSX 10.6 SDK

This commit is contained in:
rdb
2024-09-19 11:15:44 +02:00
parent 9f493f588d
commit d7ede81aa3
@@ -49,6 +49,12 @@ TypeHandle CocoaGraphicsWindow::_type_handle;
#define NSAppKitVersionNumber10_14 1671
#endif
#if __MAC_OS_X_VERSION_MAX_ALLOWED < 1070
enum {
NSFullScreenWindowMask = 1 << 14
};
#endif
/**
*
*/