inputstr: _ScrollInfo decreased cacheline size 24 to 16 bytes

This commit is contained in:
Herman Semenov 2025-06-23 01:07:00 +03:00
parent e060305502
commit 44e0cf5c2e
No known key found for this signature in database
GPG Key ID: D3AB1D2A4576D55E

View File

@ -248,8 +248,8 @@ typedef struct _KeyClassRec {
} KeyClassRec, *KeyClassPtr;
typedef struct _ScrollInfo {
enum ScrollType type;
double increment;
enum ScrollType type;
int flags;
} ScrollInfo, *ScrollInfoPtr;