summaryrefslogtreecommitdiff
path: root/hw/xwin/winpixmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winpixmap.c')
-rw-r--r--hw/xwin/winpixmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winpixmap.c b/hw/xwin/winpixmap.c
index d8a12d58e..ef158c854 100644
--- a/hw/xwin/winpixmap.c
+++ b/hw/xwin/winpixmap.c
@@ -178,7 +178,7 @@ Bool
winModifyPixmapHeaderNativeGDI(PixmapPtr pPixmap,
int iWidth, int iHeight,
int iDepth,
- int iBitsPerPixel, int devKind, pointer pPixData)
+ int iBitsPerPixel, int devKind, void *pPixData)
{
FatalError("winModifyPixmapHeaderNativeGDI ()\n");
return TRUE;