diff options
| author | akokshar@redhat.com <akokshar@redhat.com> | 2017-08-29 11:19:43 +0200 |
|---|---|---|
| committer | akokshar@redhat.com <akokshar@redhat.com> | 2017-08-29 11:19:43 +0200 |
| commit | 65022e1cbf0ccf8764dcef7e2a738feb3331deeb (patch) | |
| tree | 2b08e4aa1a186ffe3cd990887ad18322756bbfc6 /include/swaybar/bar.h | |
| parent | 7553103e345c6fb65b18cf5bc18a60218f810b77 (diff) | |
click_events as documented at https://i3wm.org/docs/i3bar-protocol.html
Diffstat (limited to 'include/swaybar/bar.h')
| -rw-r--r-- | include/swaybar/bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 010e1f84..50d36e76 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -14,6 +14,7 @@ struct bar { int ipc_event_socketfd; int ipc_socketfd; int status_read_fd; + int status_write_fd; pid_t status_command_pid; }; |
