diff options
author | Jamey Sharp <jamey@minilop.net> | 2010-05-08 22:16:32 -0700 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2010-05-13 17:14:07 -0700 |
commit | 11c69880c7c48ef9e755c4e09fadef7a629d7bc7 (patch) | |
tree | 94bf24f9b96a26c421c37739dfafb18cddf4c3b8 /include/colormap.h | |
parent | a3d948ddbb54b9e831e67f22d5031922a3c44107 (diff) |
Quit using clientErrorValue in dix/colormap.c.
And that's it! No more clientErrorValue kludge.
Signed-off-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/colormap.h')
-rw-r--r-- | include/colormap.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/colormap.h b/include/colormap.h index de48ce8d8..1b1574839 100644 --- a/include/colormap.h +++ b/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*/, |