mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
[WIN32SS:ENG] Make gpVgaGraphicsDevice variable static
This commit is contained in:
parent
0d8e26588a
commit
6e71e94242
2 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
DBG_DEFAULT_CHANNEL(EngDev);
|
DBG_DEFAULT_CHANNEL(EngDev);
|
||||||
|
|
||||||
PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
|
PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
|
||||||
PGRAPHICS_DEVICE gpVgaGraphicsDevice;
|
static PGRAPHICS_DEVICE gpVgaGraphicsDevice;
|
||||||
|
|
||||||
static PGRAPHICS_DEVICE gpGraphicsDeviceFirst = NULL;
|
static PGRAPHICS_DEVICE gpGraphicsDeviceFirst = NULL;
|
||||||
static PGRAPHICS_DEVICE gpGraphicsDeviceLast = NULL;
|
static PGRAPHICS_DEVICE gpGraphicsDeviceLast = NULL;
|
||||||
|
|
|
@ -9,7 +9,6 @@ PDEVOBJ_vRefreshModeList(
|
||||||
PPDEVOBJ ppdev);
|
PPDEVOBJ ppdev);
|
||||||
|
|
||||||
extern PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
|
extern PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
|
||||||
extern PGRAPHICS_DEVICE gpVgaGraphicsDevice;
|
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
APIENTRY
|
APIENTRY
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue