mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
text-input: fix wlr_text_input_manager_v3.text_inputs comment
This commit is contained in:
parent
a231bf7f62
commit
eb85831284
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ struct wlr_text_input_v3 {
|
||||||
|
|
||||||
struct wlr_text_input_manager_v3 {
|
struct wlr_text_input_manager_v3 {
|
||||||
struct wl_global *global;
|
struct wl_global *global;
|
||||||
struct wl_list text_inputs; // struct wlr_text_input_v3.resource.link
|
struct wl_list text_inputs; // wlr_text_input_v3.link
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
struct wl_signal text_input; // struct wlr_text_input_v3
|
struct wl_signal text_input; // struct wlr_text_input_v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue