From 7f1c51a55613350488fa88f283462fca18f533a1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 5 Dec 2022 18:29:23 +0100 Subject: [PATCH] protocol: add note about wl_buffer/wl_callback version This is an exception which can be confusing. Add an explicit note about it in the protocol text. Signed-off-by: Simon Ser --- protocol/wayland.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index a94e85c..440ecd8 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -177,6 +177,9 @@ Clients can handle the 'done' event to get notified when the related request is done. + + Note, because wl_callback objects are created from multiple independent + factory interfaces, the wl_callback interface is frozen at version 1. @@ -453,6 +456,9 @@ If the buffer uses a format that has an alpha channel, the alpha channel is assumed to be premultiplied in the color channels unless otherwise specified. + + Note, because wl_buffer objects are created from multiple independent + factory interfaces, the wl_buffer interface is frozen at version 1. -- 2.7.4