From ed227f5664196d85194d63d01a5382499867a386 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Sun, 24 Jan 2016 15:55:58 +0100 Subject: swaybar: move headers to include/bar --- swaybar/ipc.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 swaybar/ipc.h (limited to 'swaybar/ipc.h') 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 @@ -#ifndef _SWAYBAR_IPC_H -#define _SWAYBAR_IPC_H - -#include "bar.h" - -/** - * Initialize ipc connection to sway and get sway state, outputs, bar_config. - */ -void ipc_bar_init(struct bar *bar, int outputi, const char *bar_id); - -/** - * Handle ipc event from sway. - */ -bool handle_ipc_event(struct bar *bar); - -#endif /* _SWAYBAR_IPC_H */ - -- cgit v1.2.3