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:
@@ -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*/,
|
||||
|
||||
Reference in New Issue
Block a user