mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Remote control: Allow modifying desktop panels and showing/hiding OS Windows using the kitten @ resize-os-window command
Also move the visibility toggle debounce into C code with a per OS Window timer. Fixes #8550
This commit is contained in:
@@ -313,6 +313,11 @@ typedef struct {
|
||||
id_type last_focused_counter;
|
||||
CloseRequest close_request;
|
||||
bool is_layer_shell;
|
||||
struct {
|
||||
monotonic_t last_change_at;
|
||||
bool set_visible;
|
||||
id_type timer_id;
|
||||
} debounce_visibility_changes;
|
||||
} OSWindow;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user