aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/winpixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/hw/xwin/winpixmap.c')
-rw-r--r--xorg-server/hw/xwin/winpixmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/winpixmap.c b/xorg-server/hw/xwin/winpixmap.c
index cb8ba9103..d8a12d58e 100644
--- a/xorg-server/hw/xwin/winpixmap.c
+++ b/xorg-server/hw/xwin/winpixmap.c
@@ -109,7 +109,7 @@ winCreatePixmapNativeGDI(ScreenPtr pScreen,
/* Create a DIB for the pixmap */
pPixmapPriv->hBitmap = winCreateDIBNativeGDI(iWidth, iHeight, iDepth,
&pPixmapPriv->pbBits,
- (BITMAPINFO **) & pPixmapPriv->
+ (BITMAPINFO **) &pPixmapPriv->
pbmih);
#if CYGDEBUG