Reorganize Tray Code

Remove tray code from bar.c and render.c
This commit is contained in:
Calvin Lee 2017-06-07 21:32:48 -07:00
parent 790887ce76
commit 1451ee8fd1
5 changed files with 152 additions and 123 deletions

View file

@ -15,6 +15,9 @@ struct bar {
int ipc_socketfd;
int status_read_fd;
pid_t status_command_pid;
#ifdef ENABLE_TRAY
pid_t xembed_pid;
#endif
};
struct output {