summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-02 23:22:04 +0200
committerbakkeby <[email protected]>2019-10-02 23:22:04 +0200
commit0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7 (patch)
treeb22217c7bba0615fe377595a6b41b9321a436fc2 /patch/include.c
parent37b1b54ab9b79a144d6224264f39ad946aea5d4e (diff)
downloaddwm-flexipatch-0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7.tar.gz
dwm-flexipatch-0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7.zip
Adding restartsig and emptyview patches
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index bb41382..920f7ff 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -54,6 +54,10 @@
#include "push.c"
#endif
+#if RESTARTSIG_PATCH
+#include "restartsig.c"
+#endif
+
#if ROTATESTACK_PATCH
#include "rotatestack.c"
#endif