mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 02:20:12 +01:00
text-input-v3: Replace "active"
"Active" is not defined anywhere. The meaning of "focused" can be extrapolated from surfaces to text fields. Signed-off-by: Dorota Czaplejewicz
This commit is contained in:
parent
104eda7e1f
commit
3718d0077b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@
|
||||||
Requests text input on the surface previously obtained from the enter
|
Requests text input on the surface previously obtained from the enter
|
||||||
event.
|
event.
|
||||||
|
|
||||||
This request must be issued every time the active text input changes
|
This request must be issued every time the focused text input changes
|
||||||
to a new one, including within the current surface. Use
|
to a new one, including within the current surface. Use
|
||||||
zwp_text_input_v3.disable when there is no longer any input focus on
|
zwp_text_input_v3.disable when there is no longer any input focus on
|
||||||
the current surface.
|
the current surface.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue