mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: fix xi_filters size.
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user