mirror of https://github.com/BOINC/boinc.git
minor modification
svn path=/trunk/boinc/; revision=17731
This commit is contained in:
parent
760dc42e12
commit
85066ced1c
|
@ -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();
|
||||
}
|
||||
InterruptSaver();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue