mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -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
|
|
@ -35,7 +35,7 @@ void layout_init(void) {
|
|||
|
||||
root_container.sway_root = calloc(1, sizeof(*root_container.sway_root));
|
||||
root_container.sway_root->output_layout = wlr_output_layout_create();
|
||||
root_container.sway_root->outputs = create_list();
|
||||
wl_list_init(&root_container.sway_root->outputs);
|
||||
wl_list_init(&root_container.sway_root->xwayland_unmanaged);
|
||||
wl_signal_init(&root_container.sway_root->events.new_container);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue