composite: _CompScreen reduced size from 192 to 176 bytes
- saved 16 bytes using align structures Signed-off-by: Herman Semenov <GermanAizek@yandex.ru>
This commit is contained in:
parent
c1218d27ca
commit
984fc3f4d8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue