summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-07 22:42:01 +0200
committerbakkeby <[email protected]>2019-09-07 22:42:01 +0200
commit7c23a59c38d01a0fae1edf360b4553fe3a0d9e23 (patch)
tree6e4b78fccba8ceb26e9a5c5534acc0d674afa84b /patch/include.c
parent2f4916a64eeed1b8b6dc74b8dd728b27cca53a09 (diff)
downloaddwm-flexipatch-7c23a59c38d01a0fae1edf360b4553fe3a0d9e23.tar.gz
dwm-flexipatch-7c23a59c38d01a0fae1edf360b4553fe3a0d9e23.zip
Adding rotatestack patch
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 0c59c0f..b5cf100 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -18,6 +18,10 @@
#include "pertag.c"
#endif
+#if ROTATESTACK_PATCH
+#include "rotatestack.c"
+#endif
+
#if SYSTRAY_PATCH
#include "systray.c"
#endif