From d666a7fa07a80a39a5df0d22631f17918f6a5c76 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sun, 17 Aug 2008 17:27:24 +0000 Subject: [PATCH] - WINSCR: Comment updates from Nicolas Alvarez clientscr/ screensaver_win.cpp svn path=/trunk/boinc/; revision=15871 --- checkin_notes | 6 ++++++ clientscr/screensaver_win.cpp | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/checkin_notes b/checkin_notes index e83c8e9242..3a6ae3f29b 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/clientscr/screensaver_win.cpp b/clientscr/screensaver_win.cpp index 2ca658e98d..1c105de370 100644 --- a/clientscr/screensaver_win.cpp +++ b/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. //