diff options
Diffstat (limited to 'hw/xfree86/exa/exa_accel.c')
-rw-r--r-- | hw/xfree86/exa/exa_accel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/exa/exa_accel.c b/hw/xfree86/exa/exa_accel.c index 4d2014d44..f865e233e 100644 --- a/hw/xfree86/exa/exa_accel.c +++ b/hw/xfree86/exa/exa_accel.c @@ -156,7 +156,7 @@ exaPixmapSave (ScreenPtr pScreen, ExaOffscreenArea *area) } pPixmap->devKind = dst_pitch; - pPixmap->devPrivate.ptr = dst; + pPixmap->devPrivate.ptr = pExaPixmap->devPrivate.ptr; pPixmap->drawable.serialNumber = NEXT_SERIAL_NUMBER; pExaPixmap->area = NULL; /* Mark it dirty now, to say that there is important data in the |