mirror of
https://github.com/swaywm/sway.git
synced 2025-11-10 13:29:51 -05:00
Switch output storing from list_t to wl_list
This commit is contained in:
parent
a0bbe67076
commit
e072fbc6d9
6 changed files with 12 additions and 19 deletions
|
|
@ -31,7 +31,7 @@ struct sway_root {
|
|||
|
||||
struct wlr_texture *debug_tree;
|
||||
|
||||
list_t *outputs;
|
||||
struct wl_list outputs; // sway_output::link
|
||||
|
||||
struct {
|
||||
struct wl_signal new_container;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue