summaryrefslogtreecommitdiffhomepage
path: root/patch/vanitygaps.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-08 16:57:31 +0200
committerbakkeby <[email protected]>2020-09-08 16:57:31 +0200
commitb3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2 (patch)
tree5eaf4b3a8d04835b3fecac9e02cf8e1c1fd32b33 /patch/vanitygaps.c
parent95611ca0bd691416c23ea6c0ed00cfe454f601b5 (diff)
downloaddwm-flexipatch-b3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2.tar.gz
dwm-flexipatch-b3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2.zip
ipc: adding function/signal bindings
Diffstat (limited to 'patch/vanitygaps.c')
-rw-r--r--patch/vanitygaps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/patch/vanitygaps.c b/patch/vanitygaps.c
index 7bf65b9..5b8c7c1 100644
--- a/patch/vanitygaps.c
+++ b/patch/vanitygaps.c
@@ -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)