diff options
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/swallow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/swallow.c b/patch/swallow.c index 744eba3..0376588 100644 --- a/patch/swallow.c +++ b/patch/swallow.c @@ -18,6 +18,8 @@ swallow(Client *p, Client *c) if (c->noswallow < 0 && !swallowfloating && c->isfloating) return 0; + XMapWindow(dpy, c->win); + detach(c); detachstack(c); |
