More precise error on resize panel attempt

This commit is contained in:
Kovid Goyal
2025-04-21 12:32:20 +05:30
parent 796ee602de
commit 64b5d2d187
11 changed files with 40 additions and 16 deletions

View File

@@ -312,6 +312,7 @@ typedef struct {
uint64_t render_calls;
id_type last_focused_counter;
CloseRequest close_request;
bool is_layer_shell;
} OSWindow;