summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-27 07:34:21 +0200
committerbakkeby <[email protected]>2020-08-27 07:34:21 +0200
commitb3d336322e56637c7e157a44695dab6def2fcb05 (patch)
tree6a64e4bf744bdbcd01eeccdaa00c5281403014be /patch/include.h
parent376b48e4d21258e6de5e8da014e555aca399703b (diff)
downloaddwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.tar.gz
dwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.zip
Adding aspectresize 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 3961d41..9130311 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -79,6 +79,9 @@
#endif
/* Other patches */
+#if ASPECTRESIZE_PATCH
+#include "aspectresize.h"
+#endif
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
#include "attachx.h"
#endif