mirror of https://github.com/encounter/SDL.git
SDL_cocoamodes.m: fix build against older SDKs.
Fixes https://github.com/libsdl-org/SDL/issues/5208
This commit is contained in:
parent
7527c8d3d7
commit
ea0bca573d
|
@ -40,6 +40,9 @@
|
|||
#ifndef MAC_OS_X_VERSION_10_13
|
||||
#define NSAppKitVersionNumber10_12 1504
|
||||
#endif
|
||||
#if (IOGRAPHICSTYPES_REV < 40)
|
||||
#define kDisplayModeNativeFlag 0x02000000
|
||||
#endif
|
||||
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue