diff options
| author | bakkeby <[email protected]> | 2021-02-11 12:29:48 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-02-11 12:29:48 +0100 |
| commit | 9fcfa8d6ce45d7c7530f447c200ab8977c997e78 (patch) | |
| tree | c0d004e877d093cbb8988b5403f99f10b2dc2615 /patch/include.h | |
| parent | 1d092253e3b9ee5e310957d83edb2effad10cdb8 (diff) | |
| download | dwm-flexipatch-9fcfa8d6ce45d7c7530f447c200ab8977c997e78.tar.gz dwm-flexipatch-9fcfa8d6ce45d7c7530f447c200ab8977c997e78.zip | |
Adding focusdir 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 b3fe1cb..9b3de50 100644 --- a/patch/include.h +++ b/patch/include.h @@ -129,6 +129,9 @@ #if FLOATPOS_PATCH #include "floatpos.h" #endif +#if FOCUSDIR_PATCH +#include "focusdir.h" +#endif #if FOCUSADJACENTTAG_PATCH #include "focusadjacenttag.h" #endif |
