holdbar + systray compatibility - make systray follow the bar when being revealed and hidden ref. #239

This commit is contained in:
bakkeby
2022-03-10 09:35:12 +01:00
parent adc05c2332
commit da5e69c4a7
2 changed files with 8 additions and 3 deletions

View File

@ -20,9 +20,6 @@
#if COMBO_PATCH
#include "combo.c"
#endif
#if BAR_HOLDBAR_PATCH
#include "bar_holdbar.c"
#endif
#if BAR_LTSYMBOL_PATCH
#include "bar_ltsymbol.c"
#endif
@ -83,6 +80,9 @@
#if BAR_SYSTRAY_PATCH
#include "bar_systray.c"
#endif
#if BAR_HOLDBAR_PATCH
#include "bar_holdbar.c"
#endif
#if BAR_VTCOLORS_PATCH
#include "bar_vtcolors.c"
#endif