mirror of
https://github.com/swaywm/sway.git
synced 2026-03-31 07:11:24 -04:00
Correct context menu placement if bar is bottom
Originally the context menu would draw at the top of the screen, which is incorrect.
This commit is contained in:
parent
2f1eb30c38
commit
5c8dc9cb73
3 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue