mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] spice: flag the cursor as inView unconditionally in capture
This commit is contained in:
parent
526572c9c9
commit
b0f2a2e39f
@ -1147,6 +1147,9 @@ static void setGrab(bool enable)
|
||||
}
|
||||
}
|
||||
|
||||
if (g_cursor.grab)
|
||||
g_cursor.inView = true;
|
||||
|
||||
/* if exiting grab move the pointer back to the center of the window */
|
||||
if (!g_cursor.grab && g_cursor.inWindow)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user