diff options
| author | bakkeby <[email protected]> | 2022-07-04 11:25:28 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2022-07-04 11:28:23 +0200 |
| commit | a15a25992646856066e986d070be5aa6a28e9d2b (patch) | |
| tree | 2fa891201064f8e81ed158d5dce503546beb6ccd /patch/include.c | |
| parent | 404401622b89b8e9f9d76b8ec28129623387d737 (diff) | |
| download | dwm-flexipatch-a15a25992646856066e986d070be5aa6a28e9d2b.tar.gz dwm-flexipatch-a15a25992646856066e986d070be5aa6a28e9d2b.zip | |
Adding shifttag patch ref. #270
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index 17f2e81..20ac9df 100644 --- a/patch/include.c +++ b/patch/include.c @@ -232,6 +232,9 @@ #if SETBORDERPX_PATCH #include "setborderpx.c" #endif +#if SHIFTTAG_PATCH +#include "shifttag.c" +#endif #if SHIFTVIEW_PATCH #include "shiftview.c" #endif |
