[WIN32SS:ENG] Make gpVgaGraphicsDevice variable static

This commit is contained in:
Hervé Poussineau 2024-10-13 21:29:45 +02:00
parent 0d8e26588a
commit 6e71e94242
2 changed files with 1 additions and 2 deletions

View file

@ -13,7 +13,7 @@
DBG_DEFAULT_CHANNEL(EngDev);
PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
PGRAPHICS_DEVICE gpVgaGraphicsDevice;
static PGRAPHICS_DEVICE gpVgaGraphicsDevice;
static PGRAPHICS_DEVICE gpGraphicsDeviceFirst = NULL;
static PGRAPHICS_DEVICE gpGraphicsDeviceLast = NULL;

View file

@ -9,7 +9,6 @@ PDEVOBJ_vRefreshModeList(
PPDEVOBJ ppdev);
extern PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
extern PGRAPHICS_DEVICE gpVgaGraphicsDevice;
VOID
APIENTRY