Skip to content

Commit 6e71e94

Browse files
committed
[WIN32SS:ENG] Make gpVgaGraphicsDevice variable static
1 parent 0d8e265 commit 6e71e94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

win32ss/gdi/eng/device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DBG_DEFAULT_CHANNEL(EngDev);
1414

1515
PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
16-
PGRAPHICS_DEVICE gpVgaGraphicsDevice;
16+
static PGRAPHICS_DEVICE gpVgaGraphicsDevice;
1717

1818
static PGRAPHICS_DEVICE gpGraphicsDeviceFirst = NULL;
1919
static PGRAPHICS_DEVICE gpGraphicsDeviceLast = NULL;

win32ss/gdi/eng/device.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ PDEVOBJ_vRefreshModeList(
99
PPDEVOBJ ppdev);
1010

1111
extern PGRAPHICS_DEVICE gpPrimaryGraphicsDevice;
12-
extern PGRAPHICS_DEVICE gpVgaGraphicsDevice;
1312

1413
VOID
1514
APIENTRY

0 commit comments

Comments
 (0)