mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2026-04-07 03:00:36 +02:00
Merge branch 'larify' into 'main'
text-input: Clarify mismatched serial See merge request wayland/wayland-protocols!479
This commit is contained in:
commit
67cd8a66ea
1 changed files with 2 additions and 1 deletions
|
|
@ -450,7 +450,8 @@
|
|||
When the client receives a done event with a serial different than the
|
||||
number of past commit requests, it must proceed with evaluating and
|
||||
applying the changes as normal, except it should not change the current
|
||||
state of the zwp_text_input_v3 object. All pending state requests
|
||||
state of the zwp_text_input_v3 object.
|
||||
In this case, all pending state requests
|
||||
(set_surrounding_text, set_content_type and set_cursor_rectangle) on
|
||||
the zwp_text_input_v3 object should be sent and committed after
|
||||
receiving a zwp_text_input_v3.done event with a matching serial.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue