mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 22:25:53 +08:00
win32 changes. changed names of binaries. added support for
running as (and installing/installing) a service. added support for multiple desktops (NT only, 95 doesn't support multiple desktops).
This commit is contained in:
@@ -120,6 +120,11 @@ void CClient::run(const CNetworkAddress& serverAddress)
|
||||
}
|
||||
}
|
||||
|
||||
void CClient::quit()
|
||||
{
|
||||
m_screen->stop();
|
||||
}
|
||||
|
||||
void CClient::onClipboardChanged(ClipboardID id)
|
||||
{
|
||||
log((CLOG_DEBUG "sending clipboard %d changed", id));
|
||||
|
||||
Reference in New Issue
Block a user