mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] fix regression causing failure to warp when exiting the window
This commit is contained in:
parent
3774d2bfe9
commit
8e604667f9
@ -904,7 +904,7 @@ void spiceClipboardRequest(const SpiceDataType type)
|
||||
|
||||
static bool warpPointer(int x, int y, bool exiting)
|
||||
{
|
||||
if (!g_cursor.inWindow)
|
||||
if (!g_cursor.inWindow && !exiting)
|
||||
return false;
|
||||
|
||||
if (g_cursor.warpState == WARP_STATE_OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user