text-input-v3: Name new text input event correctly

Helps: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3851

Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
Guido Günther 2025-04-10 14:43:03 +02:00 committed by Simon Ser
parent 62c86fb975
commit 536100488f
2 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@ struct wlr_text_input_manager_v3 {
struct wl_list text_inputs; // wlr_text_input_v3.link
struct {
struct wl_signal text_input; // struct wlr_text_input_v3
struct wl_signal new_text_input; // struct wlr_text_input_v3
struct wl_signal destroy; // struct wlr_text_input_manager_v3
} events;