wlr_text_input_v3: remove event arguments from header

Fixes 2d5492c737
This commit is contained in:
Consolatis 2025-07-06 14:08:12 +02:00
parent 31b78a4f3a
commit 6aa654b728

View file

@ -57,10 +57,10 @@ struct wlr_text_input_v3 {
struct wl_list link;
struct {
struct wl_signal enable; // struct wlr_text_input_v3
struct wl_signal commit; // struct wlr_text_input_v3
struct wl_signal disable; // struct wlr_text_input_v3
struct wl_signal destroy; // struct wlr_text_input_v3
struct wl_signal enable;
struct wl_signal commit;
struct wl_signal disable;
struct wl_signal destroy;
} events;
struct {
@ -75,7 +75,7 @@ struct wlr_text_input_manager_v3 {
struct {
struct wl_signal new_text_input; // struct wlr_text_input_v3
struct wl_signal destroy; // struct wlr_text_input_manager_v3
struct wl_signal destroy;
} events;
struct {