mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] spice: always flush XWarpPointer calls
This commit is contained in:
parent
6f99280fe3
commit
d2d6ecd1c1
@ -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…
Reference in New Issue
Block a user