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