diff options
| author | bakkeby <[email protected]> | 2019-10-04 22:46:47 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-04 22:46:47 +0200 |
| commit | 2de0c0e30758021f0e4fb4f734942a60e146c31e (patch) | |
| tree | 3a0543f2620658063cf8cbbb535f21b09a71c0c5 /patch/include.h | |
| parent | 853c64fbb7adf09743af0723c6f2a55e83451c99 (diff) | |
| download | dwm-flexipatch-2de0c0e30758021f0e4fb4f734942a60e146c31e.tar.gz dwm-flexipatch-2de0c0e30758021f0e4fb4f734942a60e146c31e.zip | |
Adding maximize patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 2522376..afdbf87 100644 --- a/patch/include.h +++ b/patch/include.h @@ -52,6 +52,10 @@ #include "holdbar.h" #endif +#if MAXIMIZE_PATCH +#include "maximize.h" +#endif + #if PERTAG_PATCH #include "pertag.h" #endif |
