From 12c650e1bb456522d0140246958e078630f34e88 Mon Sep 17 00:00:00 2001 From: Jay Madden <25359755+Jay-Madden@users.noreply.github.com> Date: Sat, 18 Jan 2025 13:26:18 -0600 Subject: [PATCH] chore: fix whitespace comment --- window/src/os/macos/window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window/src/os/macos/window.rs b/window/src/os/macos/window.rs index 7bb0ffbf71d..92e9f656427 100644 --- a/window/src/os/macos/window.rs +++ b/window/src/os/macos/window.rs @@ -1800,7 +1800,7 @@ impl Inner { const VIEW_CLS_NAME: &str = "WezTermWindowView"; const WINDOW_CLS_NAME: &str = "WezTermWindow"; const TITLEBAR_VIEW_NAME: &str = "NSTitlebarContainerView"; -// + // core-graphics does not currently expose a binding by default for CGColor srgb conversions // pull request to upstream this here: https://github.com/servo/core-foundation-rs/pull/716 // IMPORTANT: This binding was introduced in catalina, attempting to use it on older systems will fail