summaryrefslogtreecommitdiff
path: root/include/screenint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/screenint.h')
-rw-r--r--include/screenint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/screenint.h b/include/screenint.h
index b3e76c4c2..1c836952e 100644
--- a/include/screenint.h
+++ b/include/screenint.h
@@ -104,7 +104,7 @@ extern void ResetColormapPrivates(void);
typedef struct _ColormapRec *ColormapPtr;
-typedef int (*InitCmapPrivFunc)(ColormapPtr);
+typedef int (*InitCmapPrivFunc)(ColormapPtr, int);
extern int AllocateColormapPrivateIndex(
InitCmapPrivFunc /* initPrivFunc */);