From d62171cdcbed108157e1779559a495ad09aba701 Mon Sep 17 00:00:00 2001 From: Herman Semenov Date: Sun, 22 Jun 2025 23:50:41 +0300 Subject: [PATCH] scrnintstr: _Visual reduced size from 56 to 48 bytes --- include/scrnintstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/scrnintstr.h b/include/scrnintstr.h index 146690bf1..172434f4a 100644 --- a/include/scrnintstr.h +++ b/include/scrnintstr.h @@ -71,8 +71,8 @@ typedef struct _Visual { short nplanes; /* = log2 (ColormapEntries). This does not * imply that the screen has this many planes. * it may have more or fewer */ - unsigned long redMask, greenMask, blueMask; int offsetRed, offsetGreen, offsetBlue; + unsigned long redMask, greenMask, blueMask; } VisualRec; typedef struct _Depth {