summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-24 08:47:00 +0200
committerbakkeby <[email protected]>2019-10-24 13:00:05 +0200
commit2112ea927f15525a541553ca680677664e73ffe1 (patch)
tree2a1995bf69fd5c4cd3b8bdbb146a56ceac1a92c3 /patch/include.c
parentd82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8 (diff)
downloaddwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.tar.gz
dwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.zip
Adding exresize 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 3c73054..5166174 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -44,6 +44,9 @@
#if HOLDBAR_PATCH
#include "holdbar.c"
#endif
+#if EXRESIZE_PATCH
+#include "exresize.c"
+#endif
#if KILLUNSEL_PATCH
#include "killunsel.c"
#endif