mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] core: redraw cursor after warping guest cursor
This commit is contained in:
parent
71901414d1
commit
11800029f0
@ -502,6 +502,7 @@ void core_handleMouseNormal(double ex, double ey)
|
|||||||
g_cursor.guest.y = msg.y;
|
g_cursor.guest.y = msg.y;
|
||||||
g_cursor.realign = false;
|
g_cursor.realign = false;
|
||||||
g_cursor.realigning = false;
|
g_cursor.realigning = false;
|
||||||
|
g_cursor.redraw = true;
|
||||||
|
|
||||||
if (!g_cursor.inWindow)
|
if (!g_cursor.inWindow)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user