mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Add fallback output
This commit is contained in:
parent
551feaca0a
commit
97906cb6a2
2 changed files with 38 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue