mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 12:09:51 +00:00
Merge pull request #33 from sirnacnud/add-NSApplicationLaunchUserNotificationKey
Add symbol for NSApplicationLaunchUserNotificationKey
This commit is contained in:
commit
e348862349
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user