scrnintstr: _Visual reduced size from 56 to 48 bytes

This commit is contained in:
Herman Semenov 2025-06-22 23:50:41 +03:00
parent 984fc3f4d8
commit d62171cdcb
No known key found for this signature in database
GPG Key ID: D3AB1D2A4576D55E

View File

@ -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 {