summaryrefslogtreecommitdiff
path: root/Development
diff options
context:
space:
mode:
authorAlanCoopersmith <AlanCoopersmith@web>2013-08-25 14:38:23 -0700
committerxorg <iki-xorg@freedesktop.org>2013-08-25 14:38:23 -0700
commit261ca953070e085e6a9973f69f7779124aa6e47c (patch)
treed955395fe53986ec18f39aaaeb59d32aebbc4939 /Development
parent223e30370b8a1a2981ee0bbbd19e915e85f563c7 (diff)
add link to grab processing page
Diffstat (limited to 'Development')
-rw-r--r--Development/Documentation/MPX.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Development/Documentation/MPX.mdwn b/Development/Documentation/MPX.mdwn
index ec8b3c7d..f8fed42d 100644
--- a/Development/Documentation/MPX.mdwn
+++ b/Development/Documentation/MPX.mdwn
@@ -31,7 +31,7 @@ The _ClientPointer_ can be set with XSetClientPointer().
## Grabs
-Each device can only be grabbed by one client at a time. If a client core-grabs the device, the _ClientPointer_ will be grabbed. Until the core grab is removed, no other client can grab this device (even XGrabDevice() will fail).
+Each device can only be [[grabbed|GrabProcessing]] by one client at a time. If a client core-grabs the device, the _ClientPointer_ will be grabbed. Until the core grab is removed, no other client can grab this device (even XGrabDevice() will fail).
It works the other way around too. If a client uses XGrabDevice(), any XGrabPointer/Keyboard() on the same device will fail with _AlreadyGrabbed_.