1. NAME

XkbGetDeviceInfoChanges - Query the changes that have occurred in the button actions or indicator names and indicator maps associated with an input extension device

2. SYNOPSIS

Status XkbGetDeviceInfoChanges (Display * dpy , XkbDeviceInfoPtr device_info , XkbDeviceChangesPtr changes );

3. ARGUMENTS

  • - dpy
        connection to X server
  • - device_info
        structure to update with results
  • - changes
        contains notes of changes that have occurred

4. DESCRIPTION

The changes->changedfield indicates which attributes of the device specified in changes->devicehave changed. The parameters describing the changes are contained in the other fields of changes. XkbGetDeviceInfoChangesuses that information to call XkbGetDeviceInfoto obtain the current status of those attributes that have changed. It then updates the local description of the device in device_infowith the new information.

5. SEE ALSO

R XkbGetDeviceInfo (3)