mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-19 09:27:37 +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
|
@ -26,7 +26,7 @@
|
|||
// PrimaryClient
|
||||
//
|
||||
|
||||
PrimaryClient::PrimaryClient(const String& name, Screen* screen) :
|
||||
PrimaryClient::PrimaryClient(const String& name, synergy::Screen* screen) :
|
||||
BaseClientProxy(name),
|
||||
m_screen(screen),
|
||||
m_fakeInputCount(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue