mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Store sway_outputs so that they can be reenabled
This commit is contained in:
parent
22c1c4beb4
commit
a1b5b93d29
11 changed files with 118 additions and 33 deletions
|
|
@ -31,6 +31,8 @@ struct sway_root {
|
|||
|
||||
struct wlr_texture *debug_tree;
|
||||
|
||||
list_t *outputs;
|
||||
|
||||
struct {
|
||||
struct wl_signal new_container;
|
||||
} events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue