mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-06 13:29:53 -05:00
opt: swallowby window use swallowing window size
This commit is contained in:
parent
f7624db563
commit
cff0c3aa4c
1 changed files with 1 additions and 0 deletions
|
|
@ -953,6 +953,7 @@ void swallow(Client *c, Client *w) {
|
||||||
c->is_scratchpad_show = w->is_scratchpad_show;
|
c->is_scratchpad_show = w->is_scratchpad_show;
|
||||||
c->tags = w->tags;
|
c->tags = w->tags;
|
||||||
c->geom = w->geom;
|
c->geom = w->geom;
|
||||||
|
c->oldgeom = w->oldgeom;
|
||||||
c->scroller_proportion = w->scroller_proportion;
|
c->scroller_proportion = w->scroller_proportion;
|
||||||
wl_list_insert(&w->link, &c->link);
|
wl_list_insert(&w->link, &c->link);
|
||||||
wl_list_insert(&w->flink, &c->flink);
|
wl_list_insert(&w->flink, &c->flink);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue