*** empty log message ***

svn path=/trunk/boinc/; revision=9687
This commit is contained in:
Rom Walton 2006-03-18 23:14:42 +00:00
parent f5098122d4
commit 5245b5cfaa
2 changed files with 19 additions and 0 deletions

View File

@ -3000,3 +3000,16 @@ David 17 Mar 2006
acct_mgr.C,h
doc/
acct_mgt.php
Rom 17 Mar 2006
- Bug Fix: If graphics have been disabled because the client configuration
cannot handle them, then report back to the screensaver that graphics
are not available instead of cycling through them.
This also reduces the bug surface area for applications who are having
problems with application graphics since it avoids spinning up the
graphics window even though it cannot be seen.
client/
ss_logic.C

View File

@ -128,6 +128,12 @@ void SS_LOGIC::poll() {
return;
}
if (gstate.disable_graphics) {
reset();
ss_status = SS_STATUS_NOGRAPHICSAPPSEXECUTING;
return;
}
// check if it's time to go to black screen
//