summaryrefslogtreecommitdiff
path: root/xserver/include/colormap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/include/colormap.h')
-rw-r--r--xserver/include/colormap.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/xserver/include/colormap.h b/xserver/include/colormap.h
index de48ce8d8..1b1574839 100644
--- a/xserver/include/colormap.h
+++ b/xserver/include/colormap.h
@@ -135,7 +135,8 @@ extern _X_EXPORT int QueryColors(
ColormapPtr /*pmap*/,
int /*count*/,
Pixel* /*ppixIn*/,
- xrgb* /*prgbList*/);
+ xrgb* /*prgbList*/,
+ ClientPtr client);
extern _X_EXPORT int FreeClientPixels(
pointer /*pcr*/,
@@ -173,7 +174,8 @@ extern _X_EXPORT int FreeColors(
extern _X_EXPORT int StoreColors(
ColormapPtr /*pmap*/,
int /*count*/,
- xColorItem* /*defs*/);
+ xColorItem* /*defs*/,
+ ClientPtr client);
extern _X_EXPORT int IsMapInstalled(
Colormap /*map*/,