mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Forgot to add definitions of the notification constants for old SDKs
This commit is contained in:
@@ -25,6 +25,10 @@
|
|||||||
#define NSEventModifierFlagCommand NSCommandKeyMask
|
#define NSEventModifierFlagCommand NSCommandKeyMask
|
||||||
#define NSEventModifierFlagControl NSControlKeyMask
|
#define NSEventModifierFlagControl NSControlKeyMask
|
||||||
#endif
|
#endif
|
||||||
|
#if (MAC_OS_X_VERSION_MAX_ALLOWED < 110000)
|
||||||
|
#define UNNotificationPresentationOptionList (1 << 3)
|
||||||
|
#define UNNotificationPresentationOptionBanner (1 << 4)
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef int CGSConnectionID;
|
typedef int CGSConnectionID;
|
||||||
typedef int CGSWindowID;
|
typedef int CGSWindowID;
|
||||||
|
|||||||
Reference in New Issue
Block a user