Merge branch 'larify' into 'main'

text-input: Clarify mismatched serial

See merge request wayland/wayland-protocols!479
This commit is contained in:
DorotaC 2026-04-05 20:47:22 +00:00
commit 67cd8a66ea

View file

@ -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.