minor modification

svn path=/trunk/boinc/; revision=17731
This commit is contained in:
Rom Walton 2009-04-02 21:18:14 +00:00
parent 760dc42e12
commit 85066ced1c
1 changed files with 1 additions and 3 deletions

View File

@ -1418,9 +1418,7 @@ LRESULT CScreensaver::SaverProc(
} else if (WM_INTERRUPTSAVER == uMsg) {
BOINCTRACE(_T("CScreensaver::SaverProc Received WM_INTERRUPTSAVER\n"));
if (hWnd == m_Monitors[0].hWnd) {
InterruptSaver();
}
}