mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-02-05 01:33:13 +00:00
#201 Always display Track/Sector in full screen mode. Also show at start-up.
This commit is contained in:
parent
b2e5770e51
commit
21e5ebc619
@ -761,6 +761,8 @@ static void DrawStatusArea (HDC passdc, int drawflags)
|
|||||||
{
|
{
|
||||||
SelectObject(dc,smallfont);
|
SelectObject(dc,smallfont);
|
||||||
|
|
||||||
|
FrameDrawDiskStatus( dc );
|
||||||
|
|
||||||
#if HD_LED
|
#if HD_LED
|
||||||
SetTextColor(dc, g_aDiskFullScreenColorsLED[ eHardDriveStatus ] );
|
SetTextColor(dc, g_aDiskFullScreenColorsLED[ eHardDriveStatus ] );
|
||||||
TextOut(dc,x+23,y+2,TEXT("H"),1);
|
TextOut(dc,x+23,y+2,TEXT("H"),1);
|
||||||
@ -824,6 +826,7 @@ static void DrawStatusArea (HDC passdc, int drawflags)
|
|||||||
if (drawflags & DRAW_LEDS)
|
if (drawflags & DRAW_LEDS)
|
||||||
{
|
{
|
||||||
FrameDrawDiskLEDS( dc );
|
FrameDrawDiskLEDS( dc );
|
||||||
|
FrameDrawDiskStatus( dc );
|
||||||
|
|
||||||
if (!IS_APPLE2)
|
if (!IS_APPLE2)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user