From d26be667a12bf4c2aecf8bb24ff7dfd3b0a31d66 Mon Sep 17 00:00:00 2001 From: utox39 Date: Sat, 4 Oct 2025 21:05:16 +0200 Subject: [PATCH] fix(macos-wm): fix wrong array size --- src/macos/system.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macos/system.zig b/src/macos/system.zig index fc15d44..f0aff01 100644 --- a/src/macos/system.zig +++ b/src/macos/system.zig @@ -155,7 +155,7 @@ pub fn getWindowManagerInfo(allocator: std.mem.Allocator) ![]const u8 { var wm_name: ?[]const u8 = null; - const supported_wms: [7][]const u8 = .{ + const supported_wms: [6][]const u8 = .{ "aerospace", "amethyst", "chunkwm",