diff options
| author | bakkeby <[email protected]> | 2022-07-04 13:07:36 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-07-04 13:07:36 +0200 |
| commit | 279c571986a8c9b22acf4fe462e3d1470bf2925e (patch) | |
| tree | da80a75bce27b20a060bfe9b619342e351192f69 /patch/include.h | |
| parent | a15a25992646856066e986d070be5aa6a28e9d2b (diff) | |
| download | dwm-flexipatch-279c571986a8c9b22acf4fe462e3d1470bf2925e.tar.gz dwm-flexipatch-279c571986a8c9b22acf4fe462e3d1470bf2925e.zip | |
Adding shifttagclients patch ref. #270
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 6806b59..eb6b58f 100644 --- a/patch/include.h +++ b/patch/include.h @@ -237,6 +237,9 @@ #if SHIFTTAG_PATCH #include "shifttag.h" #endif +#if SHIFTTAGCLIENTS_PATCH +#include "shifttagclients.h" +#endif #if SHIFTVIEW_PATCH #include "shiftview.h" #endif |
