MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / DrawWindowBackground_Info

Function DrawWindowBackground_Info

source/Debugger/Debugger_Display.cpp:3919–3933  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

3917
3918//===========================================================================
3919void DrawWindowBackground_Info( int g_iWindowThis )
3920{
3921 RECT rect;
3922 rect.top = 0;
3923 rect.left = DISPLAY_DISASM_RIGHT;
3924 rect.right = DISPLAY_WIDTH;
3925 int nTop = GetConsoleTopPixels( g_nConsoleDisplayLines - 1 );
3926 rect.bottom = nTop;
3927
3928 DebuggerSetColorBG( DebuggerGetColor( BG_INFO )); // COLOR_BG_DATA
3929
3930#if !DEBUG_FONT_NO_BACKGROUND_FILL_INFO
3931 FillRect( GetDebuggerMemDC(), &rect, g_hConsoleBrushBG );
3932#endif
3933}
3934
3935//===========================================================================
3936void UpdateDisplay (Update_t bUpdate)

Callers 1

UpdateDisplayFunction · 0.85

Calls 4

GetConsoleTopPixelsFunction · 0.85
DebuggerSetColorBGFunction · 0.85
DebuggerGetColorFunction · 0.85
GetDebuggerMemDCFunction · 0.85

Tested by

no test coverage detected