mirror of
https://github.com/swaywm/sway.git
synced 2025-11-13 13:29:49 -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
|
|
@ -29,6 +29,8 @@ struct sway_output {
|
|||
struct wl_listener damage_destroy;
|
||||
struct wl_listener damage_frame;
|
||||
|
||||
struct wl_list link;
|
||||
|
||||
pid_t bg_pid;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue