From 185c7764baf5f488aab5d7c443ab4c26893c333a Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 21 Jan 2021 17:36:22 +1100 Subject: [PATCH] [client] spice: always show the pointer if using input:captureOnly --- client/src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/main.c b/client/src/main.c index fb864dc2..76735a92 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -995,7 +995,8 @@ static void setCursorInView(bool enable) return; g_cursor.inView = enable; - g_cursor.draw = params.alwaysShowCursor ? true : enable; + g_cursor.draw = (params.alwaysShowCursor || params.captureInputOnly) + ? true : enable; g_cursor.redraw = true; /* if the display server does not support warp, then we can not operate in