diff options
author | adnano <me@adnano.co> | 2024-03-01 20:54:12 -0500 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-03-01 20:54:12 -0500 |
commit | ff4d1f8f8ee392d52b71858fce658f70ee26f434 (patch) | |
tree | e7ddcec8844da9ad705164179a925510cd404957 /menu.h | |
parent | bbfbf8f36c1e7dd1912d0646a3ae271a8c69e6b9 (diff) | |
download | wmenu-ff4d1f8f8ee392d52b71858fce658f70ee26f434.tar.gz |
Fix output selection with -o flag
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ struct page { struct output { struct menu *menu; struct wl_output *output; + const char *name; int32_t scale; }; |