*** empty log message ***

svn path=/trunk/boinc/; revision=6128
This commit is contained in:
Rom Walton 2005-05-11 23:04:45 +00:00
parent 85316e4cf1
commit fa34b7ea25
2 changed files with 8 additions and 1 deletions

View File

@ -416,7 +416,7 @@ static VOID CALLBACK timer_handler(HWND, UINT, UINT, DWORD) {
xml_graphics_modes[current_graphics_mode]
);
if (sent) acked_graphics_mode = current_graphics_mode;
if (MODE_QUIT == current_graphics_mode) {
if (MODE_QUIT == acked_graphics_mode) {
current_graphics_mode = MODE_HIDE_GRAPHICS;
}
}

View File

@ -6438,3 +6438,10 @@ Bruce 11 May 2005
logout.php
view_profile.php
Rom 11 May 2005
- When adjusting the graphics mode to the application from within the application
use the acked_graphics_mode instead of the current_graphics_mode since the current
graphics mode is what we would like to be, not necessarily what we are.
api/
windows_opengl.C