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

@ -288,7 +288,7 @@ MinimalApp::foregroundStartup(int argc, char** argv)
return 0;
}
Screen*
synergy::Screen*
MinimalApp::createScreen()
{
return NULL;