Adding swallow patch

This commit is contained in:
bakkeby
2019-10-22 19:08:00 +02:00
parent 71e61d180e
commit 3726d8d1ea
9 changed files with 313 additions and 17 deletions

5
patch/swallow.h Normal file
View File

@@ -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);