summaryrefslogtreecommitdiffstats
path: root/swaybar/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'swaybar/ipc.h')
-rw-r--r--swaybar/ipc.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/swaybar/ipc.h b/swaybar/ipc.h
deleted file mode 100644
index c3f661f8..00000000
--- a/swaybar/ipc.h
+++ /dev/null
@@ -1,17 +0,0 @@
1#ifndef _SWAYBAR_IPC_H
2#define _SWAYBAR_IPC_H
3
4#include "bar.h"
5
6/**
7 * Initialize ipc connection to sway and get sway state, outputs, bar_config.
8 */
9void ipc_bar_init(struct bar *bar, int outputi, const char *bar_id);
10
11/**
12 * Handle ipc event from sway.
13 */
14bool handle_ipc_event(struct bar *bar);
15
16#endif /* _SWAYBAR_IPC_H */
17