mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
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:
committed by
Enrico Weigelt
parent
325c403b5f
commit
d30b04499d
@@ -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;
|
||||
|
||||
@@ -331,6 +331,8 @@ int
|
||||
void
|
||||
KdStoreColors(ColormapPtr pCmap, int ndef, xColorItem * pdefs);
|
||||
|
||||
void KdSetColormap(ScreenPtr pScreen);
|
||||
|
||||
/* kdrive.c */
|
||||
extern miPointerScreenFuncRec kdPointerScreenFuncs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user