mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 22:14:53 +02:00
Dont show window size on creation
This commit is contained in:
@@ -189,6 +189,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
void *handle;
|
||||
id_type id;
|
||||
monotonic_t created_at;
|
||||
struct {
|
||||
int x, y, w, h;
|
||||
bool is_set, was_maximized;
|
||||
|
||||
Reference in New Issue
Block a user