*** empty log message ***

svn path=/trunk/boinc/; revision=4721
This commit is contained in:
Rom Walton 2004-12-03 01:02:27 +00:00
parent 485f70e77c
commit b509b0a9b1
1 changed files with 1 additions and 0 deletions

View File

@ -831,6 +831,7 @@ LRESULT CScreensaver::PrimarySaverProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPA
hwndForegroundWindow = GetForegroundWindow();
if ( hwndForegroundWindow != hwndBOINCGraphicsWindow )
{
BOINCTRACE(_T("CScreensaver::PrimarySaverProc - Graphics Window Detected but NOT the foreground window, bringing window to foreground.\n"));
SetForegroundWindow(hwndBOINCGraphicsWindow);
}
}