diff options
| author | bakkeby <[email protected]> | 2020-03-23 12:15:50 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-03-23 12:15:50 +0100 |
| commit | 7bc3cf765e4108f2020b68ecbe212d077156bc88 (patch) | |
| tree | a51bcf5a912ae31a8b0732f3da6bfff85c8352f6 /patch/include.h | |
| parent | cd818c14bbee1e6f560414cb8eac70c8f24e8be5 (diff) | |
| download | dwm-flexipatch-7bc3cf765e4108f2020b68ecbe212d077156bc88.tar.gz dwm-flexipatch-7bc3cf765e4108f2020b68ecbe212d077156bc88.zip | |
Adding stacker patch as requested ref. #17
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 aa77397..d97b503 100644 --- a/patch/include.h +++ b/patch/include.h @@ -101,6 +101,9 @@ #include "sortscreens.h" #endif // XINERAMA #endif +#if STACKER_PATCH +#include "stacker.h" +#endif #if STICKY_PATCH #include "sticky.h" #endif |
