mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4591
This commit is contained in:
parent
2016961b3f
commit
e8d025e215
|
@ -209,7 +209,7 @@ static void set_mode(int mode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
current_graphics_mode = new_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();
|
make_new_window();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19754,6 +19754,10 @@ Rom 17 Nov 2004
|
||||||
- Bug Fix: When the service account is switched to an account that cannot
|
- Bug Fix: When the service account is switched to an account that cannot
|
||||||
support interact with desktop make sure the screensaver can display
|
support interact with desktop make sure the screensaver can display
|
||||||
the project status.
|
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/
|
api/
|
||||||
windows_opengl.C
|
windows_opengl.C
|
||||||
|
|
Loading…
Reference in New Issue