Fixed getting locked to screen after ctrl+alt+del. Also fixed

cursor not being hidden on win32 server when on client screens
(which happened when using low-level hooks).
This commit is contained in:
crs
2003-05-17 20:58:27 +00:00
parent 07ed8ebd1c
commit dc6652a21a
9 changed files with 111 additions and 21 deletions

View File

@@ -191,6 +191,13 @@ private:
CMSWindowsScreenSaver* m_screensaver;
bool m_screensaverNotify;
// true when the current desktop is inaccessible. while
// the desktop is inaccessible we won't receive user input
// and we'll lose track of the keyboard state. when the
// desktop becomes accessible again we'll notify the event
// handler of that.
bool m_inaccessibleDesktop;
static CMSWindowsScreen* s_screen;
};