mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-29 02:10:07 +01:00
Xi: add missing XI_DeviceClassesChangedMask to XI filters array.
This commit is contained in:
parent
12dd6e9911
commit
75e5e9f88c
1 changed files with 2 additions and 1 deletions
|
|
@ -135,8 +135,9 @@ Mask ExtExclusiveMasks[EMASKSIZE];
|
|||
* Filters for various generic events.
|
||||
* Evtype is index, mask is value at index.
|
||||
*/
|
||||
static Mask xi_filters[3] = {
|
||||
static Mask xi_filters[4] = {
|
||||
XI_DeviceHierarchyChangedMask,
|
||||
XI_DeviceClassesChangedMask,
|
||||
XI_RawDeviceEventMask,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue