systray: Delay icon rendering only when throttling is necessary

This commit is contained in:
o9000
2015-05-30 13:41:29 +02:00
parent 7ea0dc241c
commit 1b4b0a8d8d
4 changed files with 22 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ typedef struct
int empty;
int pid;
int chrono;
struct timespec time_last_render;
} TrayWindow;