From 218bb4fe10c74a69916d8b1dfffd53fff24345cf Mon Sep 17 00:00:00 2001 From: Harsh Sharma Date: Wed, 9 Jul 2025 17:37:52 +0530 Subject: [PATCH] Fix missing hide_on_focus_loss in layer_shell_config_to_python --- kitty/glfw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/glfw.c b/kitty/glfw.c index 6fd654509..bd0d5cc50 100644 --- a/kitty/glfw.c +++ b/kitty/glfw.c @@ -1278,6 +1278,7 @@ layer_shell_config_to_python(const GLFWLayerShellConfig *c) { A(requested_bottom_margin, fl); A(requested_right_margin, fl); A(requested_exclusive_zone, fl); + A(hide_on_focus_loss, b) A(override_exclusive_zone, b); #undef A #undef fl