diff --git a/hw/kdrive/src/kcmap.c b/hw/kdrive/src/kcmap.c index c3d28fce46..5e707e7cab 100644 --- a/hw/kdrive/src/kcmap.c +++ b/hw/kdrive/src/kcmap.c @@ -28,9 +28,7 @@ /* * Put the entire colormap into the DAC */ - -static void -KdSetColormap(ScreenPtr pScreen) +void KdSetColormap(ScreenPtr pScreen) { KdScreenPriv(pScreen); ColormapPtr pCmap = pScreenPriv->pInstalledmap; diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h index 16488678d6..6bf146880d 100644 --- a/hw/kdrive/src/kdrive.h +++ b/hw/kdrive/src/kdrive.h @@ -331,6 +331,8 @@ int void KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs); +void KdSetColormap(ScreenPtr pScreen); + /* kdrive.c */ extern miPointerScreenFuncRec kdPointerScreenFuncs;