From eb85831284b6f46301e41205c5d4e08fc5b92c27 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Fri, 10 Jan 2025 23:35:42 +0300 Subject: [PATCH] text-input: fix wlr_text_input_manager_v3.text_inputs comment --- include/wlr/types/wlr_text_input_v3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wlr/types/wlr_text_input_v3.h b/include/wlr/types/wlr_text_input_v3.h index 20396a91f..77f7a672e 100644 --- a/include/wlr/types/wlr_text_input_v3.h +++ b/include/wlr/types/wlr_text_input_v3.h @@ -71,7 +71,7 @@ struct wlr_text_input_v3 { struct wlr_text_input_manager_v3 { struct wl_global *global; - struct wl_list text_inputs; // struct wlr_text_input_v3.resource.link + struct wl_list text_inputs; // wlr_text_input_v3.link struct { struct wl_signal text_input; // struct wlr_text_input_v3