(svn r3206) Wrap all instances of _dbg_screen_rect in #ifdef _DEBUG

This commit is contained in:
tron
2005-11-16 13:45:04 +00:00
parent ec57ef78a2
commit f750a773a4
2 changed files with 4 additions and 0 deletions

View File

@@ -734,7 +734,9 @@ static void Win32GdiMainLoop(void)
next_tick += 30;
_ctrl_pressed = _wnd.has_focus && GetAsyncKeyState(VK_CONTROL)<0;
_shift_pressed = _wnd.has_focus && GetAsyncKeyState(VK_SHIFT)<0;
#ifdef _DEBUG
_dbg_screen_rect = _wnd.has_focus && GetAsyncKeyState(VK_CAPITAL)<0;
#endif _DEBUG
// determine which directional keys are down
if (_wnd.has_focus) {