summaryrefslogtreecommitdiff
path: root/include/pixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pixmap.h')
-rw-r--r--include/pixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pixmap.h b/include/pixmap.h
index 921a94d1e..46ec3f5a2 100644
--- a/include/pixmap.h
+++ b/include/pixmap.h
@@ -99,7 +99,7 @@ extern _X_EXPORT PixmapPtr GetScratchPixmapHeader(ScreenPtr /*pScreen */ ,
int /*depth */ ,
int /*bitsPerPixel */ ,
int /*devKind */ ,
- pointer /*pPixData */ );
+ void */*pPixData */ );
extern _X_EXPORT void FreeScratchPixmapHeader(PixmapPtr /*pPixmap */ );