summaryrefslogtreecommitdiffstats
path: root/include/bar/ipc.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-02-27 16:18:50 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-02-27 16:18:50 -0500
commit3453910c3e887be900c69394b738e34d9d8ba095 (patch)
tree28e0d8d72557ac57a2f9aed5c94818c8ba20e97f /include/bar/ipc.h
parentSet pointer pos before focusing view under it (diff)
parentFree config before exiting sway. (diff)
downloadsway-3453910c3e887be900c69394b738e34d9d8ba095.tar.gz
sway-3453910c3e887be900c69394b738e34d9d8ba095.tar.zst
sway-3453910c3e887be900c69394b738e34d9d8ba095.zip
Merge pull request #492 from mikkeloscar/swaybar-multi-output
Display single swaybar on 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.