summaryrefslogtreecommitdiffstats
path: root/include/container.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/container.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/container.h')
-rw-r--r--include/container.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/container.h b/include/container.h
index d5126e74..a96beab9 100644
--- a/include/container.h
+++ b/include/container.h
@@ -82,9 +82,7 @@ struct sway_container {
82 char *class; 82 char *class;
83 char *app_id; 83 char *app_id;
84 84
85 // Used by output containers to keep track of swaybar/swaybg child 85 // Used by output containers to keep track of swaybg child processes.
86 // processes.
87 list_t *bar_pids;
88 pid_t bg_pid; 86 pid_t bg_pid;
89 87
90 int gaps; 88 int gaps;