mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user