summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Kinloch <colin.kinloch@collabora.com>2024-04-15 11:47:11 +0100
committerSimon Ser <contact@emersion.fr>2024-04-23 08:43:44 +0000
commitaf1dc3ef4bbbc62675a68ff524edd577f2a56ece (patch)
treeb546690f23ef23bdf8fe55294c00cc273d9b380c
parent03e304544b9b01c175813215f5930a07152be448 (diff)
protocol: Undefine wl_display_sync callback data
Signed-off-by: Colin Kinloch <colin.kinloch@collabora.com>
-rw-r--r--protocol/wayland.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index d1a75a7..bde7d00 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -46,7 +46,7 @@
compositor after the callback is fired and as such the client must not
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 undefined and should be ignored.
</description>
<arg name="callback" type="new_id" interface="wl_callback"
summary="callback object for the sync request"/>