This commit is contained in:
Kovid Goyal 2025-07-09 19:52:42 +05:30
commit 9887e1bef3
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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