summaryrefslogtreecommitdiff
path: root/hw/xnest/GCOps.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xnest/GCOps.h')
-rw-r--r--hw/xnest/GCOps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xnest/GCOps.h b/hw/xnest/GCOps.h
index b1cad110c..fd1f6bfc2 100644
--- a/hw/xnest/GCOps.h
+++ b/hw/xnest/GCOps.h
@@ -58,10 +58,10 @@ void xnestImageText16(DrawablePtr pDrawable, GCPtr pGC, int x, int y, int count,
unsigned short *string);
void xnestImageGlyphBlt(DrawablePtr pDrawable, GCPtr pGC, int x, int y,
unsigned int nGlyphs, CharInfoPtr * pCharInfo,
- pointer pGlyphBase);
+ void *pGlyphBase);
void xnestPolyGlyphBlt(DrawablePtr pDrawable, GCPtr pGC, int x, int y,
unsigned int nGlyphs, CharInfoPtr * pCharInfo,
- pointer pGlyphBase);
+ void *pGlyphBase);
void xnestPushPixels(GCPtr pGC, PixmapPtr pBitmap, DrawablePtr pDrawable,
int width, int height, int x, int y);