This commit is contained in:
annes 2025-12-25 17:26:33 +08:00 committed by GitHub
parent f6da144b11
commit 7f13cb3a20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,6 +36,8 @@
#include <string.h> #include <string.h>
#include <assert.h> #include <assert.h>
#define nullptr ((void*)0) // i like c++
// HACK: This enum value is missing from framework headers on OS X 10.11 despite // HACK: This enum value is missing from framework headers on OS X 10.11 despite
// having been (according to documentation) added in Mac OS X 10.7 // having been (according to documentation) added in Mac OS X 10.7
#define NSWindowCollectionBehaviorFullScreenNone (1 << 9) #define NSWindowCollectionBehaviorFullScreenNone (1 << 9)