Skip to content

Commit

Permalink
remove Cocoa SetName
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Sep 21, 2024
1 parent 94649de commit b0fdc8b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -7213,12 +7213,6 @@ RGFW_UNUSED(win); /*!< if buffer rendering is not being used */

((void (*)(id, SEL, NSUInteger))objc_msgSend)
(NSApp, sel_registerName("setActivationPolicy:"), NSApplicationActivationPolicyRegular);

if (RGFW_className != NULL) {
NSString* str = NSString_stringWithUTF8String(RGFW_className);
((void (*)(id, SEL, NSString*))objc_msgSend)
(NSApp, sel_registerName("setName:"), str);
}
}

RGFW_window* win = RGFW_window_basic_init(rect, args);
Expand Down

0 comments on commit b0fdc8b

Please sign in to comment.