mirror of https://github.com/BOINC/boinc.git
- WINSCR: Comment updates from Nicolas Alvarez
clientscr/ screensaver_win.cpp svn path=/trunk/boinc/; revision=15871
This commit is contained in:
parent
0b4704355b
commit
d666a7fa07
|
@ -6752,3 +6752,9 @@ David 16 Aug 2008
|
|||
user/
|
||||
team.phhp
|
||||
white.css
|
||||
|
||||
Rom 17 Aug 2008
|
||||
- WINSCR: Comment updates from Nicolas Alvarez
|
||||
|
||||
clientscr/
|
||||
screensaver_win.cpp
|
||||
|
|
|
@ -1077,15 +1077,15 @@ void CScreensaver::HandleRPCError()
|
|||
|
||||
|
||||
|
||||
// Some science application take a really long time to display something on their
|
||||
// Some graphics applications take a really long time to display something on their
|
||||
// window, during this time the window will appear to eat keyboard and mouse event
|
||||
// messages and not respond to other system events. These windows are considered
|
||||
// ghost windows, normally they have an outline and can be moved around and resized.
|
||||
// In the science application case where the borders are hidden from view, the
|
||||
// In the graphic applications case where the borders are hidden from view, the
|
||||
// window just takes on the background of the previous window which happens to be
|
||||
// the black screensaver window owned by this process.
|
||||
//
|
||||
// Verify that their hasn't been any keyboard or mouse activity. If there has
|
||||
// Verify that their hasn't been any keyboard or mouse activity. If there has,
|
||||
// we should hide the window from this process and exit out of the screensaver to
|
||||
// return control back to the user as quickly as possible.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue