XKB FUNCTIONS XkbGetDeviceInfoChanges(3x11)
NAME
XkbGetDeviceInfoChanges - Query the changes that have
occurred in the button actions or indicator names and indi-
cator maps associated with an input extension deviceSYNOPSIS
cc [ flag... ] file... -lX11 [ library... ]
Status XkbGetDeviceInfoChanges (Display *dpy, XkbDeviceIn-
foPtr device_info, XkbDeviceChangesPtr changes);
ARGUMENTS- dpy
connection to X server- device_info
structure to update with results- changes
contains notes of changes that have occurredDESCRIPTION
The changes->changed field indicates which attributes of the
device specified in changes->device have changed. The param-
eters describing the changes are contained in the otherfields of changes. XkbGetDeviceInfoChanges uses that infor-
mation to call XkbGetDeviceInfo to obtain the current status of those attributes that have changed. It then updates thelocal description of the device in device_info with the new
information.SEE ALSO
XkbGetDeviceInfo(3x11)ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libx11 ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libX11 1.3.5 1