diff options
Diffstat (limited to 'xorg-server/render/mipict.h')
-rw-r--r-- | xorg-server/render/mipict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/render/mipict.h b/xorg-server/render/mipict.h index 943622888..a16dd3112 100644 --- a/xorg-server/render/mipict.h +++ b/xorg-server/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); |