From d2d6ecd1c1bbbdc38eb2684e8c190e8dbe2a0ed2 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 5 Jan 2021 11:53:42 +1100 Subject: [PATCH] [client] spice: always flush XWarpPointer calls --- client/src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/main.c b/client/src/main.c index 90ac485b..8367ffed 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -803,6 +803,7 @@ static void warpMouse(int x, int y, bool disable) g_state.wminfo.info.x11.window, 0, 0, 0, 0, x, y); + XFlush(g_state.wminfo.info.x11.display); } else {