*** empty log message ***

svn path=/trunk/boinc/; revision=530
This commit is contained in:
Eric Heien 2002-10-25 20:38:20 +00:00
parent d0073a01ed
commit 3b3b2ced09
1 changed files with 2 additions and 0 deletions

View File

@ -173,8 +173,10 @@ bool boinc_time_to_checkpoint() {
if (ready_to_redraw) {
ok_to_draw = 1;
// And wait for the graphics thread to notify us that it's done drawing
#ifdef _WIN32
ResetEvent(hGlobalDrawEvent);
WaitForSingleObject( hGlobalDrawEvent, INFINITE );
#endif
// Reset the refresh counter
time_until_redraw = gi.refresh_period;
ready_to_redraw = false;