exa: one can never be too careful
This commit is contained in:
parent
1548e8ae5d
commit
3943df7f76
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue