mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-02 09:01:43 -05:00
opt: make sure swallow come back with a valid mon
This commit is contained in:
parent
617b71b61f
commit
df7bd6db99
1 changed files with 1 additions and 2 deletions
3
maomao.c
3
maomao.c
|
|
@ -6192,8 +6192,7 @@ void unmapnotify(struct wl_listener *listener, void *data) {
|
|||
init_fadeout_client(c);
|
||||
|
||||
if (c->swallowedby) {
|
||||
// c->swallowedby->geom = c->swallowedby->current = c->swallowedby->pending = c->current;
|
||||
// c->swallowedby->animainit_geom = c->animation.current;
|
||||
c->swallowedby->mon = c->mon;
|
||||
swallow(c->swallowedby, c);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue