Wire up basic IPC support

This commit is contained in:
Drew DeVault 2018-03-28 23:56:02 -04:00
parent cab1352801
commit 5c9ad035db
7 changed files with 225 additions and 25 deletions

View file

@ -17,6 +17,9 @@ struct swaybar {
struct swaybar_config *config;
struct swaybar_output *focused_output;
int ipc_event_socketfd;
int ipc_socketfd;
struct wl_list outputs;
};