Fix code style

This commit is contained in:
Jerry (Xinyu Hou) 2015-10-19 11:28:33 -07:00
parent c994b0a4f7
commit 0cc831b2fb
1 changed files with 1 additions and 0 deletions

View File

@ -2011,6 +2011,7 @@ Server::onMouseMoveSecondary(SInt32 dx, SInt32 dy)
newY = (SInt32)(newY / DpiHelper::getDpi());
}
}
// switch screens
switchScreen(newScreen, newX, newY, false);
}