Moved Screen class into synergy namespace

This commit is contained in:
Xinyu Hou 2014-11-11 17:45:24 +00:00
parent a4843c4947
commit 67377109f3
18 changed files with 68 additions and 55 deletions

View file

@ -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)