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;