Add fallback output

This commit is contained in:
Simon Long 2024-02-12 07:40:47 +00:00
parent 551feaca0a
commit 97906cb6a2
2 changed files with 38 additions and 0 deletions

View file

@ -337,6 +337,9 @@ struct server {
struct menu *menu_current;
struct wl_list menus;
struct wl_event_source *destroy_timeout;
bool fallback_output;
};
#define LAB_NR_LAYERS (4)