$XFree86: xc/doc/man/Xi/XChProp.man,v 1.2 2001/01/27 18:20:21 dawes Exp $
Copyright ([\d,\s]*) by Hewlett-Packard Company, Ardent Computer,
Permission to use, copy, modify, distribute, and sell this documentation
for any purpose and without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
Ardent, and Hewlett-Packard make no representations about the
suitability for any purpose of the information in this document. It is
provided \`\`as is'' without express or implied warranty.
$Xorg: XChProp.man,v 1.3 2000/08/17 19:41:56 cpqbld Exp $
int XChangeDeviceDontPropagateList\^(\^Display *display\^, Window *window\^, int *count\^, XEventClass *event_list\^, int mode\^);
XEventClass *XGetDeviceDontPropagateList\^(\^Display *display\^, Window *window\^, int *count\^);
12 display Specifies the connection to the X server.
12 window Specifies the window whose dont-propagate-list is to be queried or modified.
12 event_list Specifies a pointer to a list of event classes.
12 mode Specifies the mode. You can pass AddToList , or DeleteFromList.
12 count Specifies the number of event classes in the list.
Suppression of event propagation is not allowed for all input extension events. If a specified event class is one that cannot be suppressed, a BadClass error will result. Events that can be suppressed include DeviceKeyPress, DeviceKeyRelease, DeviceButtonPress, DeviceButtonRelease, DeviceMotionNotify, ProximityIn, and ProximityOut.
XChangeDeviceDontPropagateList can generate a BadDevice, BadClass, or BadValue error.
The XGetDeviceDontPropagateList request queries the list of events that should not be propagated to ancestors of the event window.
XGetDeviceDontPropagateList can generate a BadClass or BadWindow error.
12 BadDevice An invalid device was specified. The specified device does not exist or has not been opened by this client via XOpenInputDevice. This error may also occur if some other client has caused the specified device to become the X keyboard or X pointer device via the XChangeKeyboardDevice or XChangePointerDevice requests.
12 BadValue Some numeric value falls outside the range of values accepted by the request. Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument defined as a set of alternatives can generate this error.
12 BadWindow An invalid window id was specified.
12 BadClass An invalid event class was specified.
\*(xL