*** empty log message ***

svn path=/trunk/boinc/; revision=4591
This commit is contained in:
Rom Walton 2004-11-18 06:57:37 +00:00
parent 2016961b3f
commit e8d025e215
2 changed files with 5 additions and 1 deletions

View File

@ -209,7 +209,7 @@ static void set_mode(int mode) {
}
current_graphics_mode = new_mode;
if (new_mode != MODE_HIDE_GRAPHICS && new_mode != MODE_QUIT) {
if (new_mode != MODE_HIDE_GRAPHICS && new_mode != MODE_QUIT && new_mode != MODE_UNSUPPORTED) {
make_new_window();
}

View File

@ -19754,6 +19754,10 @@ Rom 17 Nov 2004
- Bug Fix: When the service account is switched to an account that cannot
support interact with desktop make sure the screensaver can display
the project status.
- Bug Fix: If we have to report back that graphics are not supported in
the current configuration, don't create the window, it only makes
the system jittery. I suspect it has something to do with the
possibility of garbage UI events being sent to the application.
api/
windows_opengl.C