summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-10 23:09:07 +0200
committerbakkeby <[email protected]>2019-10-10 23:09:07 +0200
commited1c509df3faf757a5b46bae0cfa59035977b50c (patch)
treefcfc75bba17b651ebe2b27786933675c1cfbd489 /patch/include.c
parent703e9da1108cb3d69314bdd979b8ec9141a28618 (diff)
downloaddwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.tar.gz
dwm-flexipatch-ed1c509df3faf757a5b46bae0cfa59035977b50c.zip
Adding mdpcontrol 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 d881deb..e86b053 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -68,6 +68,10 @@
#include "maximize.c"
#endif
+#if MDPCONTROL_PATCH
+#include "mdpcontrol.c"
+#endif
+
#if MOVESTACK_PATCH
#include "movestack.c"
#endif