From 5976607b1aa75a28944d27193aa6651a30a15944 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Wed, 22 Apr 2026 14:16:52 +1200 Subject: [PATCH] Add an error for invalid position values --- unstable/wlr-virtual-pointer-unstable-v1.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/unstable/wlr-virtual-pointer-unstable-v1.xml b/unstable/wlr-virtual-pointer-unstable-v1.xml index ea243e7..121217b 100644 --- a/unstable/wlr-virtual-pointer-unstable-v1.xml +++ b/unstable/wlr-virtual-pointer-unstable-v1.xml @@ -23,7 +23,7 @@ DEALINGS IN THE SOFTWARE. - + This protocol allows clients to emulate a physical pointer device. The requests are mostly mirror opposites of those specified in wl_pointer. @@ -34,6 +34,8 @@ summary="client sent invalid axis enumeration value" /> + @@ -52,7 +54,7 @@ The pointer has moved in an absolute coordinate frame. Value of x can range from 0 to x_extent, value of y can range from 0 - to y_extent. + to y_extent. If outside this range an invalid_position error is raised.