input-method: rename input_method event to new_input_method

This commit is contained in:
tokyo4j 2025-07-07 05:58:48 +09:00 committed by Simon Zeni
parent 0166fd9eb7
commit 06aacb2a6f
2 changed files with 4 additions and 4 deletions

View file

@ -94,7 +94,7 @@ struct wlr_input_method_manager_v2 {
struct wl_list input_methods; // struct wlr_input_method_v2.link
struct {
struct wl_signal input_method; // struct wlr_input_method_v2
struct wl_signal new_input_method; // struct wlr_input_method_v2
struct wl_signal destroy; // struct wlr_input_method_manager_v2
} events;