diff options
| author | bakkeby <[email protected]> | 2020-09-11 11:47:57 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-11 11:47:57 +0200 |
| commit | 104c9909b59717702627324524b731b794b44f21 (patch) | |
| tree | fc6939a15d5ae501e1ae7d2cf06a3c912046bf62 /patch/swallow.h | |
| parent | 95c3014bd563ce05ccd5b7814f58b67262b9502d (diff) | |
| download | dwm-flexipatch-104c9909b59717702627324524b731b794b44f21.tar.gz dwm-flexipatch-104c9909b59717702627324524b731b794b44f21.zip | |
swallow: upgrading patch + fixing glitches
Diffstat (limited to 'patch/swallow.h')
| -rw-r--r-- | patch/swallow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/swallow.h b/patch/swallow.h index 094cbc4..98ae7fb 100644 --- a/patch/swallow.h +++ b/patch/swallow.h @@ -1,5 +1,7 @@ static pid_t getparentprocess(pid_t p); static int isdescprocess(pid_t p, pid_t c); +static void swallow(Client *p, Client *c); static Client *swallowingclient(Window w); static Client *termforwin(const Client *c); +static void unswallow(Client *c); static pid_t winpid(Window w);
\ No newline at end of file |
