mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
parent
31b78a4f3a
commit
6aa654b728
1 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue