mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-24 06:59:54 -05:00
opt: make sure data is valid when swallowing window come back
This commit is contained in:
parent
4886e4068f
commit
496cfcb7bf
1 changed files with 1 additions and 0 deletions
1
maomao.c
1
maomao.c
|
|
@ -1350,6 +1350,7 @@ swallow(Client *c, Client *w)
|
|||
c->ismaxmizescreen = w->ismaxmizescreen;
|
||||
c->tags = w->tags;
|
||||
c->geom = w->geom;
|
||||
c->mon = w->mon;
|
||||
c->scroller_proportion = w->scroller_proportion;
|
||||
wl_list_insert(&w->link, &c->link);
|
||||
wl_list_insert(&w->flink, &c->flink);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue