summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-05-21 18:55:47 +0200
committerbakkeby <[email protected]>2020-05-21 18:55:47 +0200
commit2cb3e697e41c09059dbff9ec903875a95d019a7f (patch)
tree410d14a5da59f613a7c0515f6f8fa3e0ed370ae0 /patch/include.c
parentdf118dc04668793b974def1f607d41f72d0e0d03 (diff)
downloaddwm-flexipatch-2cb3e697e41c09059dbff9ec903875a95d019a7f.tar.gz
dwm-flexipatch-2cb3e697e41c09059dbff9ec903875a95d019a7f.zip
Adding moveresize patch as per #25
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 098d3eb..0b696cf 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -70,6 +70,9 @@
#if MDPCONTROL_PATCH
#include "mdpcontrol.c"
#endif
+#if MOVERESIZE_PATCH
+#include "moveresize.c"
+#endif
#if MOVESTACK_PATCH
#include "movestack.c"
#endif