mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-08 12:53:53 +08:00
applied refactoring to win32 code.
This commit is contained in:
@@ -43,9 +43,9 @@ CPrimaryClient::stop()
|
||||
}
|
||||
|
||||
void
|
||||
CPrimaryClient::reconfigure()
|
||||
CPrimaryClient::reconfigure(UInt32 activeSides)
|
||||
{
|
||||
m_screen->reconfigure();
|
||||
m_screen->reconfigure(activeSides);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user