mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-13 04:30:07 +00:00
Video Mode in Window Title
This commit is contained in:
parent
5e55463a77
commit
59823fd13a
@ -531,13 +531,15 @@ static void DrawStatusArea (HDC passdc, int drawflags)
|
||||
// TODO: g_bDisplayVideoModeInTitle
|
||||
if( 1 )
|
||||
{
|
||||
extern char *g_apVideoModeDesc[ NUM_VIDEO_MODES ];
|
||||
_tcscat( title, " - " );
|
||||
_tcscat( title, g_apVideoModeDesc[ g_eVideoType ] );
|
||||
|
||||
if( g_uHalfScanLines )
|
||||
{
|
||||
_tcscat( title," (50%)" );
|
||||
_tcscat( title," 50% " );
|
||||
}
|
||||
|
||||
extern char *g_apVideoModeDesc[ NUM_VIDEO_MODES ];
|
||||
_tcscat( title, g_apVideoModeDesc[ g_eVideoType ] );
|
||||
}
|
||||
|
||||
if (g_hCustomRomF8 != INVALID_HANDLE_VALUE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user