applied refactoring to win32 code.

This commit is contained in:
crs
2002-07-11 13:13:37 +00:00
parent 3468f3d503
commit feeb15a08d
18 changed files with 201 additions and 164 deletions

View File

@@ -43,9 +43,9 @@ CPrimaryClient::stop()
}
void
CPrimaryClient::reconfigure()
CPrimaryClient::reconfigure(UInt32 activeSides)
{
m_screen->reconfigure();
m_screen->reconfigure(activeSides);
}
void