summaryrefslogtreecommitdiff
path: root/include/container.h
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2016-02-27 16:18:50 -0500
committerDrew DeVault <[email protected]>2016-02-27 16:18:50 -0500
commit3453910c3e887be900c69394b738e34d9d8ba095 (patch)
tree28e0d8d72557ac57a2f9aed5c94818c8ba20e97f /include/container.h
parent5ff3fb1c0472d974f74c0329a10895cc76c83a55 (diff)
parent67bbcceba1433e41b5edfca32532b7d55a39a395 (diff)
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 {
char *class;
char *app_id;
- // Used by output containers to keep track of swaybar/swaybg child
- // processes.
- list_t *bar_pids;
+ // Used by output containers to keep track of swaybg child processes.
pid_t bg_pid;
int gaps;