aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/include/pixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/include/pixmap.h')
-rw-r--r--xorg-server/include/pixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/include/pixmap.h b/xorg-server/include/pixmap.h
index 921a94d1e..46ec3f5a2 100644
--- a/xorg-server/include/pixmap.h
+++ b/xorg-server/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 */ );