Full Screen console ===========================================================================
| 3855 | // Full Screen console |
| 3856 | //=========================================================================== |
| 3857 | void DrawWindow_Console( Update_t bUpdate ) |
| 3858 | { |
| 3859 | // Nothing to do, since text and draw background handled by DrawSubWindow_Console() |
| 3860 | // If the full screen console is only showing partial lines |
| 3861 | // don't erase the background |
| 3862 | |
| 3863 | // FillRect( GetDebuggerMemDC(), &rect, g_hConsoleBrushBG ); |
| 3864 | } |
| 3865 | |
| 3866 | //=========================================================================== |
| 3867 | void DrawWindow_Data( Update_t bUpdate ) |