diff options
| author | Drew DeVault <sir@cmpwn.com> | 2016-02-27 16:18:50 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2016-02-27 16:18:50 -0500 |
| commit | 3453910c3e887be900c69394b738e34d9d8ba095 (patch) | |
| tree | 28e0d8d72557ac57a2f9aed5c94818c8ba20e97f /include/container.h | |
| parent | 5ff3fb1c0472d974f74c0329a10895cc76c83a55 (diff) | |
| parent | 67bbcceba1433e41b5edfca32532b7d55a39a395 (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.h | 4 |
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; |
