mirror of https://github.com/libsdl-org/SDL.git
Fixed building on older macOS SDKs
This commit is contained in:
parent
ffe6e58c85
commit
edc8f0b841
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
#ifndef MAC_OS_X_VERSION_10_12
|
||||
#define NSEventTypeApplicationDefined NSApplicationDefined
|
||||
typedef NSString *NSKeyValueChangeKey;
|
||||
#endif
|
||||
|
||||
static SDL_Window *FindSDLWindowForNSWindow(NSWindow *win)
|
||||
|
|
|
|||
Loading…
Reference in New Issue