Infrastructure for hiding OS Window on focus lost

This commit is contained in:
Kovid Goyal
2025-04-24 09:29:34 +05:30
parent c893440208
commit 9ad8dfaf3f
3 changed files with 47 additions and 19 deletions

View File

@@ -314,6 +314,7 @@ typedef struct {
id_type last_focused_counter;
CloseRequest close_request;
bool is_layer_shell;
bool hide_on_focus_lost;
} OSWindow;