summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
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.h
parent2cb3e697e41c09059dbff9ec903875a95d019a7f (diff)
downloaddwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.tar.gz
dwm-flexipatch-fc8434abd1218fc33a4418bcde31cef10c12ede7.zip
Adding moveplace patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 38821fa..5164236 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -73,6 +73,9 @@
#if MDPCONTROL_PATCH
#include "mdpcontrol.h"
#endif
+#if MOVEPLACE_PATCH
+#include "moveplace.h"
+#endif
#if MOVERESIZE_PATCH
#include "moveresize.h"
#endif