From 984fc3f4d816815f937a65a593636158870186b2 Mon Sep 17 00:00:00 2001 From: Herman Semenov Date: Wed, 21 May 2025 00:16:44 +0300 Subject: [PATCH] composite: _CompScreen reduced size from 192 to 176 bytes - saved 16 bytes using align structures Signed-off-by: Herman Semenov --- composite/compint.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composite/compint.h b/composite/compint.h index 3a91914f9..774b94a43 100644 --- a/composite/compint.h +++ b/composite/compint.h @@ -157,12 +157,13 @@ typedef struct _CompScreen { Bool pendingScreenUpdate; int numAlternateVisuals; + CloseScreenProcPtr CloseScreen; VisualID *alternateVisuals; - int numImplicitRedirectExceptions; CompImplicitRedirectException *implicitRedirectExceptions; + int numImplicitRedirectExceptions; - WindowPtr pOverlayWin; Window overlayWid; + WindowPtr pOverlayWin; CompOverlayClientPtr pOverlayClients; SourceValidateProcPtr SourceValidate;