summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-04 23:13:55 +0200
committerbakkeby <[email protected]>2019-10-04 23:13:55 +0200
commite0a21f0869904eb819e559a14f46820279b993cc (patch)
tree4ef165ddb76d569e9c87da1cc3291a9b26c0e390 /patch/include.c
parent8c768b21e1955e751d3992adcc3c76ef9f49d82e (diff)
downloaddwm-flexipatch-e0a21f0869904eb819e559a14f46820279b993cc.tar.gz
dwm-flexipatch-e0a21f0869904eb819e559a14f46820279b993cc.zip
Adding movestack 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 3db5a6d..fa6905c 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -56,6 +56,10 @@
#include "maximize.c"
#endif
+#if MOVESTACK_PATCH
+#include "movestack.c"
+#endif
+
#if PERTAG_PATCH
#include "pertag.c"
#endif