diff options
author | Drew DeVault <[email protected]> | 2018-03-28 23:56:02 -0400 |
---|---|---|
committer | Drew DeVault <[email protected]> | 2018-03-29 22:11:08 -0400 |
commit | 5c9ad035db1bebba3f1954dd1f4328c6421776d4 (patch) | |
tree | 860eef96eaa4e7573384e64731f914d24e846cf5 /include/swaybar/bar.h | |
parent | cab1352801b62d1b8a12ca1c995cb24445ce4bc9 (diff) |
Wire up basic IPC support
Diffstat (limited to 'include/swaybar/bar.h')
-rw-r--r-- | include/swaybar/bar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 3ae8c0b3..df685f47 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -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; }; |