diff options
Diffstat (limited to 'hw/xfree86/xf8_32bpp/cfbimage.c')
-rw-r--r-- | hw/xfree86/xf8_32bpp/cfbimage.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/xf8_32bpp/cfbimage.c b/hw/xfree86/xf8_32bpp/cfbimage.c index 1e8550851..e737e025e 100644 --- a/hw/xfree86/xf8_32bpp/cfbimage.c +++ b/hw/xfree86/xf8_32bpp/cfbimage.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbimage.c,v 1.2 2000/02/25 00:21:40 mvojkovi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/xf8_32bpp/cfbimage.c,v 1.3 2003/07/16 01:38:50 dawes Exp $ */ #include "X.h" #include "windowstr.h" @@ -63,7 +63,7 @@ cfb8_32GetImage ( box.y2 = h; REGION_INIT(pScreen, &rgnDst, &box, 1); cfbDoBitblt32To8(pDraw, (DrawablePtr)pPixmap, GXcopy, &rgnDst, - &ptSrc, planemask, 0); + &ptSrc, planemask); REGION_UNINIT(pScreen, &rgnDst); FreeScratchPixmapHeader(pPixmap); } |