mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-31 11:33:38 +00:00
[client] spice: always flush XWarpPointer calls
This commit is contained in:
parent
6f99280fe3
commit
d2d6ecd1c1
1 changed files with 1 additions and 0 deletions
|
@ -803,6 +803,7 @@ static void warpMouse(int x, int y, bool disable)
|
||||||
g_state.wminfo.info.x11.window,
|
g_state.wminfo.info.x11.window,
|
||||||
0, 0, 0, 0,
|
0, 0, 0, 0,
|
||||||
x, y);
|
x, y);
|
||||||
|
XFlush(g_state.wminfo.info.x11.display);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue