summaryrefslogtreecommitdiffstats
path: root/include/bar/ipc.h
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-22 17:27:17 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-02-27 22:12:35 +0100
commit6d57f03028b4b32b4377d869be8de9a7e6aa55ee (patch)
tree786e749fd53707e36e4b9927516f8375857eec87 /include/bar/ipc.h
parentMake protocol specifications follow the DTD (diff)
downloadsway-6d57f03028b4b32b4377d869be8de9a7e6aa55ee.tar.gz
sway-6d57f03028b4b32b4377d869be8de9a7e6aa55ee.tar.zst
sway-6d57f03028b4b32b4377d869be8de9a7e6aa55ee.zip
Make single bar handle multiple outputs
Diffstat (limited to 'include/bar/ipc.h')
-rw-r--r--include/bar/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bar/ipc.h b/include/bar/ipc.h
index c3f661f8..741c067b 100644
--- a/include/bar/ipc.h
+++ b/include/bar/ipc.h
@@ -6,7 +6,7 @@
6/** 6/**
7 * Initialize ipc connection to sway and get sway state, outputs, bar_config. 7 * Initialize ipc connection to sway and get sway state, outputs, bar_config.
8 */ 8 */
9void ipc_bar_init(struct bar *bar, int outputi, const char *bar_id); 9void ipc_bar_init(struct bar *bar, const char *bar_id);
10 10
11/** 11/**
12 * Handle ipc event from sway. 12 * Handle ipc event from sway.