From dc1da181db066415edfb73f4d9a579bc7b72b223 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 19 Oct 2023 16:31:52 +0200 Subject: [PATCH] protocol: document wl_surface.offset for sub-surfaces Document that the request is ignored, since this is the behavior of most compositors. Signed-off-by: Simon Ser --- protocol/wayland.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 5c2a8030..5731d69e 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -3080,6 +3080,9 @@ unmapped. A sub-surface never has the keyboard focus of any seat. + + The wl_surface.offset request is ignored: clients must use set_position + instead to move the sub-surface.