Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Aug 10, 2024
2 parents d059cfa + 2d78bbf commit 2ef26ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -7379,6 +7379,7 @@ RGFW_UNUSED(win); /*!< if buffer rendering is not being used */
}

// Show the window
objc_msgSend_void_bool(NSApp, sel_registerName("activateIgnoringOtherApps:"), true);
((id(*)(id, SEL, SEL))objc_msgSend)(win->src.window, sel_registerName("makeKeyAndOrderFront:"), NULL);
objc_msgSend_void_bool(win->src.window, sel_registerName("setIsVisible:"), true);

Expand Down

0 comments on commit 2ef26ef

Please sign in to comment.