include: _TouchClassRec decreased size 32 to 24 bytes

This commit is contained in:
Herman Semenov 2025-06-23 00:50:31 +03:00
parent acc7ee6bab
commit ef51fcfdaf
No known key found for this signature in database
GPG Key ID: D3AB1D2A4576D55E

View File

@ -319,8 +319,8 @@ typedef struct _TouchPointInfo {
} TouchPointInfoRec;
typedef struct _TouchClassRec {
int sourceid;
TouchPointInfoPtr touches;
int sourceid;
unsigned short num_touches; /* number of allocated touches */
unsigned short max_touches; /* maximum number of touches, may be 0 */
CARD8 mode; /* ::XIDirectTouch, XIDependentTouch */