mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +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 =
|
const NSNotificationName NSApplicationDidChangeScreenParametersNotification =
|
||||||
@"NSApplicationDidChangeScreenParametersNotification";
|
@"NSApplicationDidChangeScreenParametersNotification";
|
||||||
|
|
||||||
|
NSString *const NSApplicationLaunchUserNotificationKey =
|
||||||
|
@"NSApplicationLaunchUserNotificationKey";
|
||||||
|
|
||||||
const NSAppKitVersion NSAppKitVersionNumber = 1504; // macOS 10.12
|
const NSAppKitVersion NSAppKitVersionNumber = 1504; // macOS 10.12
|
||||||
|
|
||||||
NSApplication *NSApp = nil;
|
NSApplication *NSApp = nil;
|
||||||
|
@ -55,6 +55,8 @@ APPKIT_EXPORT const NSNotificationName NSApplicationWillTerminateNotification;
|
|||||||
APPKIT_EXPORT const NSNotificationName
|
APPKIT_EXPORT const NSNotificationName
|
||||||
NSApplicationDidChangeScreenParametersNotification;
|
NSApplicationDidChangeScreenParametersNotification;
|
||||||
|
|
||||||
|
APPKIT_EXPORT NSString *const NSApplicationLaunchUserNotificationKey;
|
||||||
|
|
||||||
typedef double NSAppKitVersion;
|
typedef double NSAppKitVersion;
|
||||||
APPKIT_EXPORT const NSAppKitVersion NSAppKitVersionNumber;
|
APPKIT_EXPORT const NSAppKitVersion NSAppKitVersionNumber;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user