remove GrabInputFocus and ReleaseInputFocus

This commit is contained in:
Glenn Maynard
2005-03-09 01:35:31 +00:00
parent 359b6d14c9
commit c829318686
2 changed files with 2 additions and 32 deletions
-5
View File
@@ -72,11 +72,6 @@ public:
CString GetCurrentSystemMessage() const { return m_sSystemMessage; }
/* Overlay screens can grab input focus. Only one screen may grab at a time;
* if another screen has already taken focus, this returns false. */
bool GrabInputFocus( const Screen *pScreen );
void ReleaseInputFocus( const Screen *pScreen );
Screen *GetTopScreen();
/* Return true if the given screen is in the main screen stack, but not the bottommost