Add symbol for NSApplicationLaunchUserNotificationKey

This commit is contained in:
Duncan Cunningham 2024-01-06 21:32:31 +01:00
parent e01bcde594
commit 8271f7e5ec
2 changed files with 5 additions and 0 deletions

View File

@ -80,6 +80,9 @@ const NSNotificationName NSApplicationWillTerminateNotification =
const NSNotificationName NSApplicationDidChangeScreenParametersNotification =
@"NSApplicationDidChangeScreenParametersNotification";
NSString *const NSApplicationLaunchUserNotificationKey =
@"NSApplicationLaunchUserNotificationKey";
const NSAppKitVersion NSAppKitVersionNumber = 1504; // macOS 10.12
NSApplication *NSApp = nil;

View File

@ -55,6 +55,8 @@ APPKIT_EXPORT const NSNotificationName NSApplicationWillTerminateNotification;
APPKIT_EXPORT const NSNotificationName
NSApplicationDidChangeScreenParametersNotification;
APPKIT_EXPORT NSString *const NSApplicationLaunchUserNotificationKey;
typedef double NSAppKitVersion;
APPKIT_EXPORT const NSAppKitVersion NSAppKitVersionNumber;