summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-12-03 14:48:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-02-11 09:59:28 +1000
commitb6c6bc2aa4b83f8763c75c90e6671052272a2af2 (patch)
tree030d04584ccefbf925488bd69d2b0e345517cd3f
parent2af3797fa96f633e33baeba69ea9adf21168b2cf (diff)
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 <peter.hutterer@who-t.net>
-rw-r--r--fixesproto.txt4
1 files 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.