diff options
-rw-r--r-- | specs/XIproto.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/specs/XIproto.txt b/specs/XIproto.txt index 4b6b8f1..35ab1c9 100644 --- a/specs/XIproto.txt +++ b/specs/XIproto.txt @@ -857,10 +857,11 @@ GetDeviceDontPropagateList window: WINDOW - Errors: Window => dont-propagate-list: LISTofEVENTCLASS + Errors: Window + This function returns a list specifying the events that are not propagated to the ancestors of the specified window. @@ -989,10 +990,11 @@ ChangeKeyboardDevice device: DEVICE - Errors: Device, Match => status: Success, AlreadyGrabbed, Frozen + Errors: Device, Match + To change the X pointer device, use the ChangePointerDevice request. The specified device must support input class Valuators (as reported in the ListInputDevices request) or the |