diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-12-29 14:24:23 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-29 14:24:23 -0500 |
| commit | 1e87c90923eef75b7d032322dfef38def944c2bb (patch) | |
| tree | ed17f848e7ac95c919d23424671a8a8ad5651a86 /include/swaybar/bar.h | |
| parent | d85ad05fa857cd7d7af2c8e2c33616d7895e1955 (diff) | |
| parent | 4d34bc393e7b144fbc105537f17bee329c44814d (diff) | |
Merge pull request #1431 from 4e554c4c/sni_sucks
Support libappindicator
Diffstat (limited to 'include/swaybar/bar.h')
| -rw-r--r-- | include/swaybar/bar.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 50d36e76..7ec09e3e 100644 --- a/include/swaybar/bar.h +++ b/include/swaybar/bar.h @@ -21,6 +21,7 @@ struct bar { struct output { struct window *window; struct registry *registry; + struct output_state *state; list_t *workspaces; #ifdef ENABLE_TRAY list_t *items; @@ -28,6 +29,9 @@ struct output { char *name; int idx; bool focused; +#ifdef ENABLE_TRAY + bool active; +#endif }; struct workspace { |
