mirror of
https://github.com/swaywm/sway.git
synced 2026-04-04 07:15:48 -04:00
Reorganize Tray Code
Remove tray code from bar.c and render.c
This commit is contained in:
parent
790887ce76
commit
1451ee8fd1
5 changed files with 152 additions and 123 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue