(Maybe) fixed a problem detecting when win32 screen saver started.

This commit is contained in:
crs
2004-06-12 20:48:04 +00:00
parent a80ddb4a78
commit ccb45bc2bc
4 changed files with 25 additions and 3 deletions

View File

@@ -83,6 +83,10 @@ private:
UINT m_msg;
WPARAM m_wParam;
LPARAM m_lParam;
// checkActive state. true if the screen saver is being watched
// for deactivation (and is therefore active).
bool m_active;
};
#endif