diff options
| author | bakkeby <[email protected]> | 2019-10-22 19:08:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-24 09:33:20 +0200 |
| commit | 3726d8d1ead98778f585e0f75256977dcba4de07 (patch) | |
| tree | 43b61a0e65427cf9b7d9b774c6c9c4e08872ebbf /patch/swallow.h | |
| parent | 71e61d180ec5d365a3fd3eb4739d33f5da80a517 (diff) | |
| download | dwm-flexipatch-3726d8d1ead98778f585e0f75256977dcba4de07.tar.gz dwm-flexipatch-3726d8d1ead98778f585e0f75256977dcba4de07.zip | |
Adding swallow patch
Diffstat (limited to 'patch/swallow.h')
| -rw-r--r-- | patch/swallow.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patch/swallow.h b/patch/swallow.h new file mode 100644 index 0000000..094cbc4 --- /dev/null +++ b/patch/swallow.h @@ -0,0 +1,5 @@ +static pid_t getparentprocess(pid_t p); +static int isdescprocess(pid_t p, pid_t c); +static Client *swallowingclient(Window w); +static Client *termforwin(const Client *c); +static pid_t winpid(Window w);
\ No newline at end of file |
