systray: Delay reparenting to the first render to prevent graphical corruptions

This commit is contained in:
o9000
2015-06-07 12:45:48 +02:00
parent fbcfa54061
commit d8d4bc76cd
2 changed files with 106 additions and 70 deletions

View File

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