From 12c8d9ae8a64c73d22a3ce8c147dbf1be4257fd5 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Mon, 19 Sep 2022 06:57:16 -0700 Subject: [PATCH] mach: correct Wayland comment Signed-off-by: Stephen Gutekanst --- src/structs.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/structs.zig b/src/structs.zig index ec972d00..b91de493 100644 --- a/src/structs.zig +++ b/src/structs.zig @@ -36,8 +36,7 @@ pub const Options = struct { /// Fullscreen window. fullscreen: bool = false, - /// Headless mode. Once set, this cannot be unset (because e.g. Wayland does not support showing - /// a window after it was hidden.) + /// Headless mode. headless: bool = false, /// Monitor synchronization modes.