mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-14 11:25:43 +00:00
Minor: Corrected indentation
This commit is contained in:
@@ -386,12 +386,13 @@ void DrawStatusArea (HDC passdc, int drawflags)
|
|||||||
RECT rect = {0,0,8,8};
|
RECT rect = {0,0,8,8};
|
||||||
DrawBitmapRect(dc,x+12,y+8,&rect,diskbitmap[iDrive1Status]);
|
DrawBitmapRect(dc,x+12,y+8,&rect,diskbitmap[iDrive1Status]);
|
||||||
DrawBitmapRect(dc,x+30,y+8,&rect,diskbitmap[iDrive2Status]);
|
DrawBitmapRect(dc,x+30,y+8,&rect,diskbitmap[iDrive2Status]);
|
||||||
if (g_bApple2e)
|
|
||||||
{
|
if (g_bApple2e)
|
||||||
RECT rect = {0,0,30,8};
|
{
|
||||||
DrawBitmapRect(dc,x+7,y+19,&rect,capsbitmap[bCaps != 0]);
|
RECT rect = {0,0,30,8};
|
||||||
|
DrawBitmapRect(dc,x+7,y+19,&rect,capsbitmap[bCaps != 0]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (drawflags & DRAW_TITLE)
|
if (drawflags & DRAW_TITLE)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user