mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
Annotate wl_list link field
This commit is contained in:
parent
739ba1fe65
commit
24f48966d8
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