mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 08:40:07 +01:00
Xi: fix xi_filters size.
This commit is contained in:
parent
260e48c252
commit
9bf761468f
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ Mask ExtExclusiveMasks[EMASKSIZE];
|
|||
* Filters for various generic events.
|
||||
* Evtype is index, mask is value at index.
|
||||
*/
|
||||
static Mask xi_filters[4] = {
|
||||
static Mask xi_filters[] = {
|
||||
XI_DeviceHierarchyChangedMask,
|
||||
XI_DeviceClassesChangedMask,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue