diff --git a/composite/compalloc.c b/composite/compalloc.c index 3694ab868..7930ebe48 100644 --- a/composite/compalloc.c +++ b/composite/compalloc.c @@ -143,6 +143,7 @@ compRedirectWindow (ClientPtr pClient, WindowPtr pWin, int update) cw->oldy = COMP_ORIGIN_INVALID; cw->damageRegistered = FALSE; cw->damaged = FALSE; + cw->pOldPixmap = NullPixmap; dixSetPrivate(&pWin->devPrivates, CompWindowPrivateKey, cw); } ccw->next = cw->clients;