summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-21 19:58:11 +0200
committerbakkeby <[email protected]>2020-05-21 19:58:11 +0200
commitfc8434abd1218fc33a4418bcde31cef10c12ede7 (patch)
tree86b9dea5214acf443bb1da120ced4b6efe7ae411 /patch/include.c
parent2cb3e697e41c09059dbff9ec903875a95d019a7f (diff)
downloaddwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.tar.gz
dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.zip
Adding moveplace patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 0b696cf..dc516fe 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -70,6 +70,9 @@
#if MDPCONTROL_PATCH
#include "mdpcontrol.c"
#endif
+#if MOVEPLACE_PATCH
+#include "moveplace.c"
+#endif
#if MOVERESIZE_PATCH
#include "moveresize.c"
#endif