mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 07:30:24 +00:00
cleanup: videotype -> g_eVideoType
This commit is contained in:
parent
b1969ced9d
commit
8ce032f714
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
// Types ____________________________________________________________
|
||||
enum VIDEOTYPE
|
||||
enum VideoType_e
|
||||
{
|
||||
VT_MONO_CUSTOM
|
||||
, VT_COLOR_STANDARD
|
||||
@ -44,8 +44,9 @@ extern HBITMAP g_hLogoBitmap;
|
||||
|
||||
extern BOOL graphicsmode;
|
||||
extern COLORREF monochrome; // saved
|
||||
extern DWORD videotype; // saved
|
||||
extern DWORD g_eVideoType; // saved
|
||||
extern DWORD g_uHalfScanLines; // saved
|
||||
extern LPBYTE g_pFramebufferbits;
|
||||
|
||||
// Prototypes _______________________________________________________
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user