summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorAxel Davy <[email protected]>2018-09-15 21:32:53 +0200
committerAxel Davy <[email protected]>2018-09-25 22:05:24 +0200
commitdcfde02bb0f0b9fdd8d45a22540683fe0aaab9ec (patch)
tree85a3f5c86a7afa699f863128b02cdd0b6ca5baee /src/gallium/tests
parent112c7705973f619ac2a9bce8c8c53869256f69b4 (diff)
st/nine: Avoid redundant SetCursorPos calls
For some applications SetCursorPosition is called when a cursor event is received. Our SetCursorPosition was always calling wine SetCursorPos which would trigger a cursor event. The infinite loop is avoided by not calling SetCursorPos when the position hasn't changed. Found thanks to wine tests. Fixes irresponsive GUI for some applications. Fixes: https://github.com/iXit/Mesa-3D/issues/173 Signed-off-by: Axel Davy <[email protected]> CC: <[email protected]>
Diffstat (limited to 'src/gallium/tests')
0 files changed, 0 insertions, 0 deletions