update zig-objc

This commit is contained in:
Mitchell Hashimoto
2023-11-14 12:28:36 -08:00
parent abe2400ed9
commit 67dce5ce0e
8 changed files with 14 additions and 14 deletions

View File

@@ -291,7 +291,7 @@ pub const App = struct {
tabbing_id: *macos.foundation.String,
pub fn init() !Darwin {
const NSWindow = objc.Class.getClass("NSWindow").?;
const NSWindow = objc.getClass("NSWindow").?;
NSWindow.msgSend(void, objc.sel("setAllowsAutomaticWindowTabbing:"), .{true});
// Our tabbing ID allows all of our windows to group together