mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 03:01:57 +02:00
Move rendering of resize banner into the tick callback
Unifies all rendering in one place. And possibly fixes issues with rendering in a resize callback on sway.
This commit is contained in:
@@ -112,6 +112,7 @@ typedef struct {
|
||||
bool in_progress;
|
||||
bool from_os_notification;
|
||||
bool os_says_resize_complete;
|
||||
unsigned int width, height;
|
||||
} LiveResizeInfo;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user