From b6c6bc2aa4b83f8763c75c90e6671052272a2af2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 3 Dec 2012 14:48:20 +1000 Subject: CreatePointerBarrier takes a window, not a drawable Technically this is a change in the protocol, but we've never supported anything but a Window. Signed-off-by: Peter Hutterer --- fixesproto.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixesproto.txt b/fixesproto.txt index 5903ac9..24c782d 100644 --- a/fixesproto.txt +++ b/fixesproto.txt @@ -606,13 +606,13 @@ essentially the same reason. CreatePointerBarrier barrier: BARRIER - drawable: DRAWABLE + window: Window x1, y2, x2, y2: INT16 directions: CARD32 devices: LISTofDEVICEID Creates a pointer barrier along the line specified by the given - coordinates on the screen associated with the given drawable. The + coordinates on the screen associated with the given window. The barrier has no spatial extent; it is simply a line along the left or top edge of the specified pixels. Barrier coordinates are in screen space. -- cgit v1.2.1