[client] spice: always flush XWarpPointer calls

This commit is contained in:
Geoffrey McRae 2021-01-05 11:53:42 +11:00
parent 6f99280fe3
commit d2d6ecd1c1

View File

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