Replaced method name run' with mainLoop', and stop' and quit'

with `exitMainLoop' in most places.
This commit is contained in:
crs
2002-07-30 15:17:44 +00:00
parent 8913acac34
commit 9792d35a6b
26 changed files with 90 additions and 90 deletions

View File

@@ -332,7 +332,7 @@ CXWindowsPrimaryScreen::getJumpZoneSize() const
}
void
CXWindowsPrimaryScreen::onPreRun()
CXWindowsPrimaryScreen::onPreMainLoop()
{
assert(m_window != None);
}