kdrive: export KdSetColormap()

Allow it to be used by other places, eg. upcoming Xfbdev.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-08-06 14:11:31 +02:00
committed by Enrico Weigelt
parent 325c403b5f
commit d30b04499d
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -331,6 +331,8 @@ int
void
KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs);
void KdSetColormap(ScreenPtr pScreen);
/* kdrive.c */
extern miPointerScreenFuncRec kdPointerScreenFuncs;