swallow: arrange monitor if window is not swallowed

This commit is contained in:
bakkeby
2020-09-12 14:21:51 +02:00
parent 7b477bc7db
commit 819d06c5c9
3 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
static pid_t getparentprocess(pid_t p);
static int isdescprocess(pid_t p, pid_t c);
static void swallow(Client *p, Client *c);
static int swallow(Client *p, Client *c);
static Client *swallowingclient(Window w);
static Client *termforwin(const Client *c);
static void unswallow(Client *c);