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>
This commit is contained in:
Jamey Sharp
2010-05-08 22:16:32 -07:00
parent a3d948ddbb
commit 11c69880c7
8 changed files with 24 additions and 40 deletions

View File

@@ -276,7 +276,7 @@ miInitIndexed (ScreenPtr pScreen,
/*
* Build mapping from pixel value to ARGB
*/
QueryColors (pColormap, num, pixels, rgb);
QueryColors (pColormap, num, pixels, rgb, serverClient);
for (i = 0; i < num; i++)
{
p = pixels[i];