Workaround for empty systray icon in Google Chrome (misbehaving)

This commit is contained in:
o9000
2015-05-11 21:19:36 +02:00
parent 7bce19452e
commit 3ab42f9b72
4 changed files with 82 additions and 10 deletions

View File

@@ -43,6 +43,8 @@ typedef struct
int depth;
Damage damage;
timeout* render_timeout;
int empty;
int pid;
} TrayWindow;