From 5a7d4f81e86f9e18533894f4a306592efff8874a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Tue, 22 Apr 2025 12:37:35 +0200 Subject: [PATCH] panoramix: unexport PanoramiXCreateConnectionBlock() 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 c2cf931ba..d0d8b90a8 100644 --- a/Xext/panoramiXsrv.h +++ b/Xext/panoramiXsrv.h @@ -13,7 +13,7 @@ extern RegionRec PanoramiXScreenRegion; VisualID PanoramiXTranslateVisualID(int screen, VisualID orig); void PanoramiXConsolidate(void); -extern _X_EXPORT Bool PanoramiXCreateConnectionBlock(void); +Bool PanoramiXCreateConnectionBlock(void); extern _X_EXPORT PanoramiXRes *PanoramiXFindIDByScrnum(RESTYPE, XID, int); extern _X_EXPORT Bool XineramaRegisterConnectionBlockCallback(void (*func) (void));