1XkbGetDeviceInfoChanges(3) XKB FUNCTIONS XkbGetDeviceInfoChanges(3)
2
3
4
6 XkbGetDeviceInfoChanges - Query the changes that have occurred in the
7 button actions or indicator names and indicator maps associated with an
8 input extension device
9
11 Status XkbGetDeviceInfoChanges (Display *dpy, XkbDeviceInfoPtr de‐
12 vice_info, XkbDeviceChangesPtr changes);
13
15 - dpy connection to X server
16
17 - device_info
18 structure to update with results
19
20 - changes
21 contains notes of changes that have occurred
22
24 The changes->changed field indicates which attributes of the device
25 specified in changes->device have changed. The parameters describing
26 the changes are contained in the other fields of changes. XkbGetDevice‐
27 InfoChanges uses that information to call XkbGetDeviceInfo to obtain
28 the current status of those attributes that have changed. It then up‐
29 dates the local description of the device in device_info with the new
30 information.
31
33 XkbGetDeviceInfo(3)
34
35
36
37X Version 11 libX11 1.7.3.1 XkbGetDeviceInfoChanges(3)