From 1c9fef965e7a6f4afd0af1b5f9164a8d0a3dba12 Mon Sep 17 00:00:00 2001 From: Herman Semenov Date: Mon, 23 Jun 2025 00:02:46 +0300 Subject: [PATCH] inputstr: _GrabRec reduced size 120 to 112 bytes --- include/inputstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/inputstr.h b/include/inputstr.h index e62e4731e..4ef109589 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -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;