mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-25 21:02:21 +00:00
dix: switch grab checking from unsigned shorts to unsigned ints
XIAnyModifier is outside of the unsigned short range. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
080b0331b3
commit
80ea32ad4f
2 changed files with 17 additions and 17 deletions
|
|
@ -146,7 +146,7 @@ typedef struct _OtherInputMasks {
|
|||
3 buttons. */
|
||||
|
||||
typedef struct _DetailRec { /* Grab details may be bit masks */
|
||||
unsigned short exact;
|
||||
unsigned int exact;
|
||||
Mask *pMask;
|
||||
} DetailRec;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue