From 3943df7f76c1b4930fb7370d9d145cee96dd562b Mon Sep 17 00:00:00 2001 From: Maarten Maathuis Date: Fri, 7 Aug 2009 20:36:03 +0200 Subject: exa: one can never be too careful --- exa/exa_migration_mixed.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exa') diff --git a/exa/exa_migration_mixed.c b/exa/exa_migration_mixed.c index 915bed9a1..91fadc224 100644 --- a/exa/exa_migration_mixed.c +++ b/exa/exa_migration_mixed.c @@ -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, -- cgit v1.2.3