mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
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:
parent
62c86fb975
commit
536100488f
2 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue