input-method: use NULL when emitting signals

This commit is contained in:
tokyo4j 2025-07-07 05:59:40 +09:00 committed by Simon Zeni
parent 06aacb2a6f
commit 102a6bd415
2 changed files with 6 additions and 6 deletions

View file

@ -48,10 +48,10 @@ struct wlr_input_method_v2 {
struct wl_list link;
struct {
struct wl_signal commit; // struct wlr_input_method_v2
struct wl_signal commit;
struct wl_signal new_popup_surface; // struct wlr_input_popup_surface_v2
struct wl_signal grab_keyboard; // struct wlr_input_method_keyboard_grab_v2
struct wl_signal destroy; // struct wlr_input_method_v2
struct wl_signal destroy;
} events;
struct {
@ -95,7 +95,7 @@ struct wlr_input_method_manager_v2 {
struct {
struct wl_signal new_input_method; // struct wlr_input_method_v2
struct wl_signal destroy; // struct wlr_input_method_manager_v2
struct wl_signal destroy;
} events;
struct {