mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-02-08 10:06:42 -05:00
Annotate wl_list link field
This commit is contained in:
parent
456a1422a3
commit
a80f902c9d
1 changed files with 1 additions and 1 deletions
2
output.h
2
output.h
|
|
@ -20,7 +20,7 @@ struct cg_output {
|
|||
struct wl_listener damage_frame;
|
||||
struct wl_listener damage_destroy;
|
||||
|
||||
struct wl_list link;
|
||||
struct wl_list link; // cg_server::outputs
|
||||
};
|
||||
|
||||
void handle_new_output(struct wl_listener *listener, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue