Store sway_outputs so that they can be reenabled

This commit is contained in:
Brian Ashworth 2018-06-05 17:56:32 -04:00
parent 22c1c4beb4
commit a1b5b93d29
11 changed files with 118 additions and 33 deletions

View file

@ -31,6 +31,8 @@ struct sway_root {
struct wlr_texture *debug_tree;
list_t *outputs;
struct {
struct wl_signal new_container;
} events;