moved onError() method to IScreenReceiver from IPrimaryScreenReceiver.

also implemented onError in CClient which previously did not have
any way to handle display disconnection.
This commit is contained in:
crs
2002-07-16 16:52:26 +00:00
parent 0bfe12d6ab
commit 7c391a0f35
26 changed files with 114 additions and 98 deletions

View File

@@ -145,12 +145,6 @@ CMSWindowsPrimaryScreen::getScreen() const
return m_screen;
}
void
CMSWindowsPrimaryScreen::onError()
{
// ignore
}
void
CMSWindowsPrimaryScreen::onScreensaver(bool activated)
{