mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-02 07:15:53 -04:00
Merge branch 'serials-are-opaque' into 'main'
doc, protocol: Clarify that serial numbers are opaque See merge request wayland/wayland!204
This commit is contained in:
commit
156bf2f847
2 changed files with 3 additions and 3 deletions
|
|
@ -368,8 +368,8 @@
|
||||||
trigger further requests (such as button presses, key events,
|
trigger further requests (such as button presses, key events,
|
||||||
pointer motions) carry serial numbers, and requests such as
|
pointer motions) carry serial numbers, and requests such as
|
||||||
wl_surface.set_popup require that the serial number of the
|
wl_surface.set_popup require that the serial number of the
|
||||||
triggering event is specified. The server maintains a
|
triggering event is specified. Serial numbers are opaque,
|
||||||
monotonically increasing counter for these serial numbers.
|
clients should not assign any meaning to them.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
Input events also carry timestamps with millisecond granularity.
|
Input events also carry timestamps with millisecond granularity.
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
compositor after the callback is fired and as such the client must not
|
compositor after the callback is fired and as such the client must not
|
||||||
attempt to use it after that point.
|
attempt to use it after that point.
|
||||||
|
|
||||||
The callback_data passed in the callback is the event serial.
|
The callback_data passed in the callback is not specified.
|
||||||
</description>
|
</description>
|
||||||
<arg name="callback" type="new_id" interface="wl_callback"
|
<arg name="callback" type="new_id" interface="wl_callback"
|
||||||
summary="callback object for the sync request"/>
|
summary="callback object for the sync request"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue