diff options
| author | bakkeby <[email protected]> | 2019-10-02 23:57:25 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-02 23:57:25 +0200 |
| commit | 1f21ed72d14af33fb490c14fcf809fe0606fadb0 (patch) | |
| tree | 65c31f1354fe4607699c32f1bd25abfce6a8f8f8 /patch/include.h | |
| parent | 0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7 (diff) | |
| download | dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.tar.gz dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.zip | |
Adding focusadjacenttag 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 67578c7..74b5404 100644 --- a/patch/include.h +++ b/patch/include.h @@ -36,6 +36,10 @@ #include "ewmhtags.h" #endif +#if FOCUSADJACENTTAG_PATCH +#include "focusadjacenttag.h" +#endif + #if FULLSCREEN_PATCH #include "fullscreen.h" #endif |
