diff options
| author | bakkeby <[email protected]> | 2020-08-27 07:34:21 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-27 07:34:21 +0200 |
| commit | b3d336322e56637c7e157a44695dab6def2fcb05 (patch) | |
| tree | 6a64e4bf744bdbcd01eeccdaa00c5281403014be /patch/include.h | |
| parent | 376b48e4d21258e6de5e8da014e555aca399703b (diff) | |
| download | dwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.tar.gz dwm-flexipatch-b3d336322e56637c7e157a44695dab6def2fcb05.zip | |
Adding aspectresize patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 3 |
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 |
