diff options
| author | bakkeby <[email protected]> | 2021-11-23 22:36:53 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-11-23 22:36:53 +0100 |
| commit | 63fed59d19ee51f8f8d2876425817e099cb57b04 (patch) | |
| tree | 43aca0765a77909733534051c83b7be622a9c0b9 /patch/include.c | |
| parent | c7af5c6b67cf2f09439050f635684a42a879c446 (diff) | |
| download | dwm-flexipatch-63fed59d19ee51f8f8d2876425817e099cb57b04.tar.gz dwm-flexipatch-63fed59d19ee51f8f8d2876425817e099cb57b04.zip | |
Adding taglabels patch ref. #199
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 29dac83..d47c6fd 100644 --- a/patch/include.c +++ b/patch/include.c @@ -56,6 +56,9 @@ #if BAR_TAGS_PATCH #include "bar_tags.c" #endif +#if BAR_TAGLABELS_PATCH +#include "bar_taglabels.c" +#endif #if BAR_TAGGRID_PATCH #include "bar_taggrid.c" #endif |
