Dont show window size on creation

This commit is contained in:
Kovid Goyal
2023-06-23 16:47:13 +05:30
parent 152c31edd6
commit 63a921ff7b
3 changed files with 3 additions and 1 deletions

View File

@@ -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;