summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
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.c
parent376b48e4d21258e6de5e8da014e555aca399703b (diff)
downloaddwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.tar.gz
dwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.zip
Adding aspectresize 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 606377e..e13348e 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -82,6 +82,9 @@
#endif
/* Other patches */
+#if ASPECTRESIZE_PATCH
+#include "aspectresize.c"
+#endif
#if ATTACHABOVE_PATCH || ATTACHASIDE_PATCH || ATTACHBELOW_PATCH || ATTACHBOTTOM_PATCH
#include "attachx.c"
#endif