inputstr: _ScrollInfo decreased cacheline size 24 to 16 bytes
This commit is contained in:
parent
e060305502
commit
44e0cf5c2e
|
@ -248,8 +248,8 @@ typedef struct _KeyClassRec {
|
|||
} KeyClassRec, *KeyClassPtr;
|
||||
|
||||
typedef struct _ScrollInfo {
|
||||
enum ScrollType type;
|
||||
double increment;
|
||||
enum ScrollType type;
|
||||
int flags;
|
||||
} ScrollInfo, *ScrollInfoPtr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue