mirror of https://github.com/BOINC/boinc.git
Win SCR: fix bug in compatibility code for V5 applications
svn path=/trunk/boinc/; revision=13773
This commit is contained in:
parent
b46bda9d6f
commit
d30f08baba
|
@ -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
|
||||
|
|
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue