mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
applied refactoring to win32 code.
This commit is contained in:
@@ -191,8 +191,7 @@ CClient::close()
|
||||
}
|
||||
|
||||
void
|
||||
CClient::enter(SInt32 xAbs, SInt32 yAbs,
|
||||
UInt32 seqNum, KeyModifierMask mask, bool)
|
||||
CClient::enter(SInt32 xAbs, SInt32 yAbs, UInt32, KeyModifierMask mask, bool)
|
||||
{
|
||||
{
|
||||
CLock lock(&m_mutex);
|
||||
@@ -216,6 +215,8 @@ CClient::leave()
|
||||
sendClipboard(id);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user