From 9259a21bf3a6721134760486a721114c61302d0f Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 21 May 2025 12:17:15 +0200 Subject: [PATCH] (need_nv) xf86GPUScreens --- hw/xfree86/common/xf86Priv.h | 1 - hw/xfree86/common/xf86_priv.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Priv.h b/hw/xfree86/common/xf86Priv.h index bc4ba63cb..581568490 100644 --- a/hw/xfree86/common/xf86Priv.h +++ b/hw/xfree86/common/xf86Priv.h @@ -47,7 +47,6 @@ extern _X_EXPORT xf86InfoRec xf86Info; extern _X_EXPORT DriverPtr *xf86DriverList; -extern _X_EXPORT ScrnInfoPtr *xf86GPUScreens; /* List of pointers to ScrnInfoRecs */ extern _X_EXPORT int xf86NumGPUScreens; extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for DRM master file descriptor */ #ifndef DEFAULT_VERBOSE diff --git a/hw/xfree86/common/xf86_priv.h b/hw/xfree86/common/xf86_priv.h index 0125143fd..5a62670c9 100644 --- a/hw/xfree86/common/xf86_priv.h +++ b/hw/xfree86/common/xf86_priv.h @@ -53,6 +53,8 @@ extern Bool xf86Initialising; extern int xf86NumScreens; extern const char *xf86VisualNames[]; +extern ScrnInfoPtr *xf86GPUScreens; /* List of pointers to ScrnInfoRecs */ + /* xf86Cursor.c */ void xf86LockZoom(ScreenPtr pScreen, int lock); void xf86InitViewport(ScrnInfoPtr pScr);