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

@ -53,7 +53,7 @@
Server::Server(
Config& config,
PrimaryClient* primaryClient,
Screen* screen,
synergy::Screen* screen,
IEventQueue* events,
bool enableDragDrop) :
m_mock(false),