mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-22 10:57:37 +02:00
Fix code style
This commit is contained in:
parent
c994b0a4f7
commit
0cc831b2fb
1 changed files with 1 additions and 0 deletions
|
@ -2011,6 +2011,7 @@ Server::onMouseMoveSecondary(SInt32 dx, SInt32 dy)
|
||||||
newY = (SInt32)(newY / DpiHelper::getDpi());
|
newY = (SInt32)(newY / DpiHelper::getDpi());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// switch screens
|
// switch screens
|
||||||
switchScreen(newScreen, newX, newY, false);
|
switchScreen(newScreen, newX, newY, false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue