diff options
| author | bakkeby <[email protected]> | 2019-10-24 08:47:00 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-24 13:00:05 +0200 |
| commit | 2112ea927f15525a541553ca680677664e73ffe1 (patch) | |
| tree | 2a1995bf69fd5c4cd3b8bdbb146a56ceac1a92c3 /patch/include.h | |
| parent | d82be5a65d5e4546fd10fbd107dbf4dcc4dd7cd8 (diff) | |
| download | dwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.tar.gz dwm-flexipatch-2112ea927f15525a541553ca680677664e73ffe1.zip | |
Adding exresize 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 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 |
