mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
dix: _colormap_find_resource(): fix -Wunused-parameter warning
Signed-off-by: Marc-Alexandre Espiaut <76531574+malespiaut@users.noreply.github.com>
This commit is contained in:
committed by
Enrico Weigelt
parent
0588be6d1e
commit
45ff802682
@@ -2521,6 +2521,7 @@ struct colormap_lookup_data {
|
||||
static void
|
||||
_colormap_find_resource(void *value, XID id, void *cdata)
|
||||
{
|
||||
(void) id;
|
||||
struct colormap_lookup_data *cmap_data = cdata;
|
||||
VisualPtr visuals = cmap_data->visuals;
|
||||
ScreenPtr pScreen = cmap_data->pScreen;
|
||||
|
||||
Reference in New Issue
Block a user