diff --git a/client/src/main.c b/client/src/main.c index 6a5f5ca2..5acd5e34 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -920,6 +920,9 @@ static void guestCurToLocal(struct DoublePoint *local) // capture mode. static void handleMouseWayland() { + if (g_cursor.guest.dpiScale == 0) + return; + /* translate the guests position to our coordinate space */ struct DoublePoint local; guestCurToLocal(&local);