We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 059b9bb commit db64c09Copy full SHA for db64c09
src/_macosx.m
@@ -2566,6 +2566,8 @@ static void context_cleanup(const void* info)
2566
static bool verify_framework(void)
2567
{
2568
ProcessSerialNumber psn;
2569
+ /* These methods are deprecated, but they don't require the app to
2570
+ have started */
2571
if (CGMainDisplayID()!=0
2572
&& GetCurrentProcess(&psn)==noErr
2573
&& SetFrontProcess(&psn)==noErr) return true;
0 commit comments