mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 08:10:07 +01:00
text-input: Synchronize set_cursor_rectangle with the wl_surface
Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
This commit is contained in:
parent
163b040461
commit
ba4ea256d1
1 changed files with 10 additions and 0 deletions
|
|
@ -282,6 +282,16 @@
|
|||
the text input does not support describing the cursor area. If the
|
||||
empty values get applied, subsequent attempts to change them may have
|
||||
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>
|
||||
<arg name="x" type="int"/>
|
||||
<arg name="y" type="int"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue