From 5536031bfb7d70b462e65406bcae2a35738a9485 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Tue, 14 Feb 2012 11:00:12 +0200 Subject: protocol: remove absolute coordinates from pointer Remove the absolute coordinate fields from the pointer motion and pointer_focus events. Clients are not supposed to see any global coordinates. Fix wayland-server code accordingly. wayland-client code is unaffected. Signed-off-by: Pekka Paalanen --- protocol/wayland.xml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'protocol') diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 45e860a..a40e4b0 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -594,14 +594,11 @@ - Notification of pointer location change. x,y are the absolute - location on the screen. surface_[xy] are the location - relative to the focused surface. + Notification of pointer location change. The arguments surface_[xy] + are the location relative to the focused surface. - - @@ -637,8 +634,6 @@ - - -- cgit v1.2.3