Fix missing hide_on_focus_loss in layer_shell_config_to_python

This commit is contained in:
Harsh Sharma
2025-07-09 17:37:52 +05:30
parent ecf4ef396b
commit 218bb4fe10

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