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:
dcz 2025-04-21 16:35:50 +00:00 committed by DorotaC
parent 104eda7e1f
commit 3718d0077b

View file

@ -89,7 +89,7 @@
Requests text input on the surface previously obtained from the enter
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
zwp_text_input_v3.disable when there is no longer any input focus on
the current surface.