text-input: fix wlr_text_input_manager_v3.text_inputs comment

This commit is contained in:
Kirill Primak 2025-01-10 23:35:42 +03:00 committed by Simon Ser
parent a231bf7f62
commit eb85831284

View file

@ -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