1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2025-06-02 18:22:03 -04:00

fix(tray): Follow window fade

This commit is contained in:
Michael Carlberg 2016-12-16 07:10:45 +01:00
parent a7005be82c
commit 697638db2b
5 changed files with 17 additions and 1 deletions

View file

@ -25,6 +25,7 @@ namespace signals {
namespace ui {
struct button_press;
struct visibility_change;
struct dim_window;
}
namespace parser {
struct change_background;