mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 01:18:13 +02:00
Moved Screen class into synergy namespace
This commit is contained in:
parent
a4843c4947
commit
67377109f3
18 changed files with 68 additions and 55 deletions
|
@ -54,7 +54,7 @@ Client::Client(
|
|||
const String& name, const NetworkAddress& address,
|
||||
ISocketFactory* socketFactory,
|
||||
IStreamFilterFactory* streamFilterFactory,
|
||||
Screen* screen,
|
||||
synergy::Screen* screen,
|
||||
const CryptoOptions& crypto,
|
||||
bool enableDragDrop) :
|
||||
m_mock(false),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue