fixes to avoid update delays.

This commit is contained in:
crs
2001-05-13 12:21:11 +00:00
parent 2155c00c44
commit d0594ea9f3
2 changed files with 10 additions and 1 deletions

View File

@@ -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)