mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
opt: swallowby window use swallowing window size
This commit is contained in:
parent
ed7886c685
commit
1facac13d7
1 changed files with 1 additions and 0 deletions
|
|
@ -943,6 +943,7 @@ void swallow(Client *c, Client *w) {
|
|||
c->is_scratchpad_show = w->is_scratchpad_show;
|
||||
c->tags = w->tags;
|
||||
c->geom = w->geom;
|
||||
c->oldgeom = w->oldgeom;
|
||||
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