diff options
Diffstat (limited to 'mi/micmap.c')
-rw-r--r-- | mi/micmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/micmap.c b/mi/micmap.c index 3ef0c8c70..4648b9a70 100644 --- a/mi/micmap.c +++ b/mi/micmap.c @@ -75,7 +75,7 @@ miUninstallColormap(ColormapPtr pmap) if (pmap == curpmap) { if (pmap->mid != pmap->pScreen->defColormap) { - dixLookupResourceByType((pointer *) &curpmap, + dixLookupResourceByType((void **) &curpmap, pmap->pScreen->defColormap, RT_COLORMAP, serverClient, DixUseAccess); (*pmap->pScreen->InstallColormap) (curpmap); |