Added comment about a problem detecting the screen saver.

This commit is contained in:
crs 2004-07-29 21:57:42 +00:00
parent b1ead05a3c
commit 898a9af3b0
1 changed files with 3 additions and 0 deletions

View File

@ -398,6 +398,9 @@ CMSWindowsScreenSaver::watchDesktopThread(void*)
// compare name to screen saver desktop name
if (_tcsicmp(name, TEXT("Screen-saver")) == 0) {
// XXX -- getting "Default" as desk when screen saver was running
// before we started checking on it. can it be "Default" at other
// times to? how do we properly detect a running screen saver?
// still the screen saver desktop so keep waiting
continue;
}