Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db64c09

Browse filesBrowse files
committed
FIX: macosx framework check
1 parent 059b9bb commit db64c09
Copy full SHA for db64c09

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎src/_macosx.m

Copy file name to clipboardExpand all lines: src/_macosx.m
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,6 +2566,8 @@ static void context_cleanup(const void* info)
25662566
static bool verify_framework(void)
25672567
{
25682568
ProcessSerialNumber psn;
2569+
/* These methods are deprecated, but they don't require the app to
2570+
have started */
25692571
if (CGMainDisplayID()!=0
25702572
&& GetCurrentProcess(&psn)==noErr
25712573
&& SetFrontProcess(&psn)==noErr) return true;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.