Panel kitten: Add option to hide panel on focus loss

This commit is contained in:
Kovid Goyal
2025-04-30 07:46:41 +05:30
parent df052edae8
commit edcfd17ca9
10 changed files with 46 additions and 21 deletions

View File

@@ -313,8 +313,7 @@ typedef struct {
uint64_t render_calls;
id_type last_focused_counter;
CloseRequest close_request;
bool is_layer_shell;
bool hide_on_focus_lost;
bool is_layer_shell, hide_on_focus_loss;
} OSWindow;