mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-11 06:05:08 +08:00
fixes to avoid update delays.
This commit is contained in:
@@ -199,7 +199,8 @@ void CXScreen::onMouseMove(SInt32 x, SInt32 y)
|
||||
assert(m_display != NULL);
|
||||
assert(m_primary == false);
|
||||
|
||||
XTestFakeMotionEvent(m_display, m_screen, x, y, CurrentTime);
|
||||
::XTestFakeMotionEvent(m_display, m_screen, x, y, CurrentTime);
|
||||
::XSync(m_display, False);
|
||||
}
|
||||
|
||||
void CXScreen::onMouseWheel(SInt32)
|
||||
|
||||
Reference in New Issue
Block a user