Fix output selection with -o flag

This commit is contained in:
adnano 2024-03-01 20:54:12 -05:00
parent bbfbf8f36c
commit ff4d1f8f8e
2 changed files with 7 additions and 4 deletions

1
menu.h
View file

@ -27,6 +27,7 @@ struct page {
struct output {
struct menu *menu;
struct wl_output *output;
const char *name;
int32_t scale;
};