text-input: Synchronize set_cursor_rectangle with the wl_surface

Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
This commit is contained in:
Tadeo Kondrak 2021-03-19 14:14:37 -06:00 committed by Carlos Garnacho
parent 163b040461
commit ba4ea256d1

View file

@ -282,6 +282,16 @@
the text input does not support describing the cursor area. If the the text input does not support describing the cursor area. If the
empty values get applied, subsequent attempts to change them may have empty values get applied, subsequent attempts to change them may have
no effect. no effect.
As of version 2, the values sent with this request are not used
immediately after they are applied to the text-input state.
After the pending state is applied with the zwp_text_input_v3.commit
request, the following wl_surface.commit request on the surface with
text-input focus will cause the values to become active.
If the surface with text-input focus changes before a wl_surface.commit
request is sent, the values are discarded.
</description> </description>
<arg name="x" type="int"/> <arg name="x" type="int"/>
<arg name="y" type="int"/> <arg name="y" type="int"/>