diff options
| author | bakkeby <[email protected]> | 2020-09-10 13:32:28 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-10 13:32:28 +0200 |
| commit | 8994f375e8ca8042996d752a385b8d1706526a25 (patch) | |
| tree | d24c6af80be6c89bb2b04f61efe2753dc8b35f95 /patch/include.h | |
| parent | f4a6866e8c281bf9098d167fa6032e2eb19b87cd (diff) | |
| download | dwm-flexipatch-8994f375e8ca8042996d752a385b8d1706526a25.tar.gz dwm-flexipatch-8994f375e8ca8042996d752a385b8d1706526a25.zip | |
anybar: initial commit
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 94b5a59..63a1387 100644 --- a/patch/include.h +++ b/patch/include.h @@ -8,6 +8,9 @@ #if BAR_ALTERNATIVE_TAGS_PATCH #include "bar_alternativetags.h" #endif +#if BAR_ANYBAR_PATCH +#include "bar_anybar.h" +#endif #if BAR_DWMBLOCKS_PATCH && BAR_STATUSCMD_PATCH #include "bar_dwmblocks.h" #endif |
