From 652229e15da0cf77fcb60f6946f833a6d6179c7c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 22 Apr 2025 12:36:43 +0200 Subject: [PATCH] panoramix: unexport PanoramiXTranslateVisualID() Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult --- Xext/panoramiXsrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xext/panoramiXsrv.h b/Xext/panoramiXsrv.h index 704c0fe8c..edf4fe6c4 100644 --- a/Xext/panoramiXsrv.h +++ b/Xext/panoramiXsrv.h @@ -13,7 +13,7 @@ extern int PanoramiXPixWidth; extern int PanoramiXPixHeight; extern RegionRec PanoramiXScreenRegion; -extern _X_EXPORT VisualID PanoramiXTranslateVisualID(int screen, VisualID orig); +VisualID PanoramiXTranslateVisualID(int screen, VisualID orig); extern _X_EXPORT void PanoramiXConsolidate(void); extern _X_EXPORT Bool PanoramiXCreateConnectionBlock(void); extern _X_EXPORT PanoramiXRes *PanoramiXFindIDByScrnum(RESTYPE, XID, int);