From d43126f433b732a3331ab5bd7022c934b49631dc Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 30 Dec 2021 17:08:19 +1100 Subject: [PATCH] [client] main: release the grab if the host application is stopped --- client/src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/main.c b/client/src/main.c index 55fde081..93f85b95 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -82,6 +82,7 @@ static void lgInit(void) g_state.formatValid = false; g_state.resizeDone = true; + core_setCursorInView(false); if (g_cursor.grab) core_setGrab(false);