WIP Fullscreen support

This commit is contained in:
michaelangel007
2015-01-03 14:13:55 -08:00
parent 3c70963d86
commit 7fcb3763b7
3 changed files with 57 additions and 42 deletions
+2 -1
View File
@@ -25,7 +25,8 @@
// Direct Draw -- For Full Screen
extern LPDIRECTDRAW g_pDD;
extern LPDIRECTDRAWSURFACE g_pDDPrimarySurface;
extern IDirectDrawPalette* g_pDDPal;
extern int g_nDDFullScreenW;
extern int g_nDDFullScreenH;
// Win32
extern HWND g_hFrameWindow;