diff options
| author | bakkeby <[email protected]> | 2020-09-12 14:21:51 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-12 14:21:51 +0200 |
| commit | 819d06c5c9de496a41026e6077661c7b91877e96 (patch) | |
| tree | 952e0a3201be532a0da834f10aedcdc413e78e09 /patch/swallow.h | |
| parent | 7b477bc7dba3c29c7393e4f37963ee9f62c9c817 (diff) | |
| download | dwm-flexipatch-819d06c5c9de496a41026e6077661c7b91877e96.tar.gz dwm-flexipatch-819d06c5c9de496a41026e6077661c7b91877e96.zip | |
swallow: arrange monitor if window is not swallowed
Diffstat (limited to 'patch/swallow.h')
| -rw-r--r-- | patch/swallow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/swallow.h b/patch/swallow.h index 98ae7fb..d44a7ea 100644 --- a/patch/swallow.h +++ b/patch/swallow.h @@ -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); |
