mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
exa: one can never be too careful
This commit is contained in:
@@ -99,7 +99,8 @@ exaCreateDriverPixmap_mixed(PixmapPtr pPixmap)
|
||||
return;
|
||||
|
||||
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;
|
||||
(*pScreen->ModifyPixmapHeader)(pPixmap, w, h, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user