From a80f902c9d8547dcb9f7da224ee5825c338da754 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Sun, 22 Dec 2019 01:01:06 +0100 Subject: [PATCH] Annotate wl_list link field --- output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output.h b/output.h index 563e503..1563799 100644 --- a/output.h +++ b/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);