mirror of
https://codeberg.org/adnano/wmenu.git
synced 2026-02-20 01:40:16 -05:00
Fix output selection with -o flag
This commit is contained in:
parent
bbfbf8f36c
commit
ff4d1f8f8e
2 changed files with 7 additions and 4 deletions
1
menu.h
1
menu.h
|
|
@ -27,6 +27,7 @@ struct page {
|
|||
struct output {
|
||||
struct menu *menu;
|
||||
struct wl_output *output;
|
||||
const char *name;
|
||||
int32_t scale;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue