ipc: adding function/signal bindings

This commit is contained in:
bakkeby
2020-09-08 16:57:31 +02:00
parent 95611ca0bd
commit b3e6e3531b
5 changed files with 375 additions and 190 deletions

View File

@@ -18,7 +18,7 @@ setgaps(int oh, int ov, int ih, int iv)
arrange(selmon);
}
#if DWMC_PATCH
#if DWMC_PATCH || IPC_PATCH
/* External function that takes one integer and splits it
* into four gap values:
* - outer horizontal (oh)
@@ -70,7 +70,7 @@ setgapsex(const Arg *arg)
setgaps(oh, ov, ih, iv);
}
#endif // DWMC_PATCH
#endif // DWMC_PATCH | IPC_PATCH
static void
togglegaps(const Arg *arg)