From 02b535fccf01fd346c899341a4b9dbf49f1a4ec6 Mon Sep 17 00:00:00 2001 From: Herman Semenov Date: Mon, 23 Jun 2025 01:08:48 +0300 Subject: [PATCH] inputstr: _FocusClassRec decrease 48 to 40 bytes --- include/inputstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/inputstr.h b/include/inputstr.h index 7029560f3..30f38b598 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -374,8 +374,8 @@ typedef struct _ButtonClassRec { } ButtonClassRec, *ButtonClassPtr; typedef struct _FocusClassRec { - int sourceid; WindowPtr win; /* May be set to a int constant (e.g. PointerRootWin)! */ + int sourceid; int revert; TimeStamp time; WindowPtr *trace;