exa: one can never be too careful

This commit is contained in:
Maarten Maathuis 2009-08-07 20:36:03 +02:00
parent 1548e8ae5d
commit 3943df7f76

View File

@ -99,7 +99,8 @@ exaCreateDriverPixmap_mixed(PixmapPtr pPixmap)
return; return;
pExaPixmap->offscreen = TRUE; pExaPixmap->offscreen = TRUE;
pExaPixmap->sys_ptr = NULL; pExaPixmap->sys_ptr = pPixmap->devPrivate.ptr = NULL;
pExaPixmap->sys_pitch = pPixmap->devKind = 0;
pExaPixmap->score = EXA_PIXMAP_SCORE_PINNED; pExaPixmap->score = EXA_PIXMAP_SCORE_PINNED;
(*pScreen->ModifyPixmapHeader)(pPixmap, w, h, 0, 0, (*pScreen->ModifyPixmapHeader)(pPixmap, w, h, 0, 0,