diff options
Diffstat (limited to 'exa/exa.c')
-rw-r--r-- | exa/exa.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -256,6 +256,7 @@ exaCreatePixmap(ScreenPtr pScreen, int w, int h, int depth, return NULL; pExaPixmap = ExaGetPixmapPriv(pPixmap); + pExaPixmap->driverPriv = NULL; bpp = pPixmap->drawable.bitsPerPixel; |