mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 07:27:19 +08:00
Fixed building on older macOS SDKs
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#ifndef MAC_OS_X_VERSION_10_12
|
#ifndef MAC_OS_X_VERSION_10_12
|
||||||
#define NSEventTypeApplicationDefined NSApplicationDefined
|
#define NSEventTypeApplicationDefined NSApplicationDefined
|
||||||
|
typedef NSString *NSKeyValueChangeKey;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static SDL_Window *FindSDLWindowForNSWindow(NSWindow *win)
|
static SDL_Window *FindSDLWindowForNSWindow(NSWindow *win)
|
||||||
|
|||||||
Reference in New Issue
Block a user