From 67e5b099fb6e27962251c0a32da41138597191f5 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 9ed2e211a..30d402cfb 100644 --- a/Xext/panoramiXsrv.h +++ b/Xext/panoramiXsrv.h @@ -11,7 +11,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);