diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c index 60be8ac47..47c0e15c6 100644 --- a/Xext/panoramiX.c +++ b/Xext/panoramiX.c @@ -74,7 +74,7 @@ int PanoramiXPixWidth = 0; int PanoramiXPixHeight = 0; int PanoramiXNumScreens = 0; -_X_EXPORT RegionRec PanoramiXScreenRegion = { {0, 0, 0, 0}, NULL }; +RegionRec PanoramiXScreenRegion = { {0, 0, 0, 0}, NULL }; static int PanoramiXNumDepths; static DepthPtr PanoramiXDepths; diff --git a/Xext/panoramiXsrv.h b/Xext/panoramiXsrv.h index 8900d2013..704c0fe8c 100644 --- a/Xext/panoramiXsrv.h +++ b/Xext/panoramiXsrv.h @@ -8,10 +8,10 @@ #include "panoramiX.h" -extern _X_EXPORT int PanoramiXNumScreens; -extern _X_EXPORT int PanoramiXPixWidth; -extern _X_EXPORT int PanoramiXPixHeight; -extern _X_EXPORT RegionRec PanoramiXScreenRegion; +extern int PanoramiXNumScreens; +extern int PanoramiXPixWidth; +extern int PanoramiXPixHeight; +extern RegionRec PanoramiXScreenRegion; extern _X_EXPORT VisualID PanoramiXTranslateVisualID(int screen, VisualID orig); extern _X_EXPORT void PanoramiXConsolidate(void);