inputstr: _GrabRec reduced size 120 to 112 bytes

This commit is contained in:
Herman Semenov 2025-06-23 00:02:46 +03:00
parent e34807408f
commit 1c9fef965e
No known key found for this signature in database
GPG Key ID: D3AB1D2A4576D55E

View File

@ -179,9 +179,9 @@ union _GrabMask {
*/
typedef struct _GrabRec {
GrabPtr next; /* for chain of passive grabs */
XID resource;
DeviceIntPtr device;
WindowPtr window;
XID resource;
unsigned ownerEvents:1;
unsigned keyboardMode:1;
unsigned pointerMode:1;