Win SCR: fix bug in compatibility code for V5 applications

svn path=/trunk/boinc/; revision=13773
This commit is contained in:
Charlie Fenton 2007-10-04 06:10:46 +00:00
parent b46bda9d6f
commit d30f08baba
2 changed files with 8 additions and 1 deletions

View File

@ -9119,3 +9119,10 @@ Frank Thomas 4 Oct 2007
Makefile.am
lib/
Makefile.am
Charlie 3 Oct 2007
- Win SCR: fix bug in compatibility code for V5 applications: use
MODE_FULLSCREEN, not MODE_WINDOW.
clientscr/
screensaver.cpp

View File

@ -170,7 +170,7 @@ int launch_screensaver(RESULT* rp, int& graphics_application, RPC_CLIENT* rpc)
retval = rpc->show_graphics(
rp->project_url.c_str(),
rp->name.c_str(),
MODE_WINDOW,
MODE_FULLSCREEN,
di
);
}