summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
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.h
parentd82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8 (diff)
downloaddwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.tar.gz
dwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.zip
Adding exresize 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 168384e..9c1980f 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -32,6 +32,9 @@
#if EWMHTAGS_PATCH
#include "ewmhtags.h"
#endif
+#if EXRESIZE_PATCH
+#include "exresize.h"
+#endif
#if FOCUSADJACENTTAG_PATCH
#include "focusadjacenttag.h"
#endif