mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-17 21:42:08 -04:00
opt: swallow inherit global
This commit is contained in:
parent
bb168d12a8
commit
bccdb5d4c5
1 changed files with 1 additions and 0 deletions
|
|
@ -1178,6 +1178,7 @@ void swallow(Client *c, Client *w) {
|
||||||
c->scroller_proportion = w->scroller_proportion;
|
c->scroller_proportion = w->scroller_proportion;
|
||||||
c->next_in_stack = w->next_in_stack;
|
c->next_in_stack = w->next_in_stack;
|
||||||
c->prev_in_stack = w->prev_in_stack;
|
c->prev_in_stack = w->prev_in_stack;
|
||||||
|
c->isglobal = w->isglobal;
|
||||||
|
|
||||||
if (w->next_in_stack)
|
if (w->next_in_stack)
|
||||||
w->next_in_stack->prev_in_stack = c;
|
w->next_in_stack->prev_in_stack = c;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue