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