(need_nv) xf86NumGPUScreens

This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 12:17:54 +02:00
parent 9259a21bf3
commit 2531af0f24
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,6 @@ extern _X_EXPORT xf86InfoRec xf86Info;
extern _X_EXPORT DriverPtr *xf86DriverList;
extern _X_EXPORT int xf86NumGPUScreens;
extern _X_EXPORT int xf86DRMMasterFd; /* Command line argument for DRM master file descriptor */
#ifndef DEFAULT_VERBOSE
#define DEFAULT_VERBOSE 0

View File

@ -54,6 +54,7 @@ extern int xf86NumScreens;
extern const char *xf86VisualNames[];
extern ScrnInfoPtr *xf86GPUScreens; /* List of pointers to ScrnInfoRecs */
extern int xf86NumGPUScreens;
/* xf86Cursor.c */
void xf86LockZoom(ScreenPtr pScreen, int lock);