diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-10-31 12:42:08 -0600 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-10-31 12:42:08 -0600 |
| commit | 1e5ac1153cec1e79a5c33a3079740953bbdb35e9 (patch) | |
| tree | 31f4530c20519dc052afa45e35192a1b3e2998df /include | |
| parent | 5891eb817dcba80724eacbf200ae9aea92aeb74c (diff) | |
Correct context menu placement if bar is bottom
Originally the context menu would draw at the top of the screen, which
is incorrect.
Diffstat (limited to 'include')
| -rw-r--r-- | include/swaybar/bar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/swaybar/bar.h b/include/swaybar/bar.h index 50d36e76..6f2a7083 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; |
