diff options
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index b9be27f..d990f0c 100644 --- a/patch/include.c +++ b/patch/include.c @@ -56,6 +56,15 @@ #if BAR_FANCYBAR_PATCH #include "bar_fancybar.c" #endif +#if BAR_FLEXWINTITLE_PATCH +#include "bar_flexwintitle.c" +#if BAR_WINTITLE_FLOATING_PATCH +#include "bar_wintitle_floating.c" +#endif +#if BAR_WINTITLE_HIDDEN_PATCH +#include "bar_wintitle_hidden.c" +#endif +#endif // BAR_FLEXWINTITLE_PATCH #if BAR_AWESOMEBAR_PATCH #include "bar_awesomebar.c" #endif |
