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.h | |
| parent | c7af5c6b67cf2f09439050f635684a42a879c446 (diff) | |
| download | dwm-flexipatch-63fed59d19ee51f8f8d2876425817e099cb57b04.tar.gz dwm-flexipatch-63fed59d19ee51f8f8d2876425817e099cb57b04.zip | |
Adding taglabels patch ref. #199
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 eea37a8..f26f36e 100644 --- a/patch/include.h +++ b/patch/include.h @@ -56,6 +56,9 @@ #if BAR_TAGS_PATCH #include "bar_tags.h" #endif +#if BAR_TAGLABELS_PATCH +#include "bar_taglabels.h" +#endif #if BAR_TAGGRID_PATCH #include "bar_taggrid.h" #endif |
