summaryrefslogtreecommitdiff
path: root/render/mipict.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/mipict.h')
-rw-r--r--render/mipict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/mipict.h b/render/mipict.h
index 943622888..a16dd3112 100644
--- a/render/mipict.h
+++ b/render/mipict.h
@@ -57,7 +57,7 @@ extern _X_EXPORT void
miDestroyPictureClip(PicturePtr pPicture);
extern _X_EXPORT int
- miChangePictureClip(PicturePtr pPicture, int type, pointer value, int n);
+ miChangePictureClip(PicturePtr pPicture, int type, void *value, int n);
extern _X_EXPORT void
miChangePicture(PicturePtr pPicture, Mask mask);