exected.
Win SCR: Update screensaver logo.
Win SCR: Reduce the amount of time the screensaver is stuck in startup mode
from 10 secs down to 2 secs. It still takes a second or two to download
state information from the CC.
clientscr/
screensaver.cpp
screensaver_win.cpp
clientscr/res/
boinc.bmp
svn path=/trunk/boinc/; revision=13417
of waiting for the data thread to poll for keyboard and
mouse activity. If the saver's window proc detects keyboard
or mouse activity it'll start the shutdown proceedure.
clientscr/
screensaver_win.cpp
svn path=/trunk/boinc/; revision=13392
graphics window every second.
- LIB: CreateProcess always returns a 1 on success, which means
the last part of the run_program function was never being
executed.
clientscr/
screensaver_win.cpp
lib/
util.C
svn path=/trunk/boinc/; revision=13323