summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
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.h
parentdf118dc04668793b974def1f607d41f72d0e0d03 (diff)
downloaddwm-flexipatch-2cb3e697e41c09059dbff9ec903875a95d019a7f.tar.gz
dwm-flexipatch-2cb3e697e41c09059dbff9ec903875a95d019a7f.zip
Adding moveresize patch as per #25
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 aa40071..38821fa 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -73,6 +73,9 @@
#if MDPCONTROL_PATCH
#include "mdpcontrol.h"
#endif
+#if MOVERESIZE_PATCH
+#include "moveresize.h"
+#endif
#if MOVESTACK_PATCH
#include "movestack.h"
#endif