(submit/colormap.h) dix: unexport IsMapInstalled()

Not used by any driver/module, so no need to keep it exported.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-06-28 12:29:58 +02:00
parent 15af9d3057
commit 17efa1994b
4 changed files with 4 additions and 3 deletions

View File

@@ -74,9 +74,6 @@ typedef CARD32 Pixel;
/* moved to screenint.h: typedef struct _ColormapRec *ColormapPtr */
typedef struct _colorResource *colorResourcePtr;
extern _X_EXPORT int IsMapInstalled(Colormap /*map */ ,
WindowPtr /*pWin */ );
extern _X_EXPORT Bool ResizeVisualArray(ScreenPtr /* pScreen */ ,
int /* new_vis_count */ ,
DepthPtr /* depth */ );