mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +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.realign = false;
|
||||
g_cursor.realigning = false;
|
||||
g_cursor.redraw = true;
|
||||
|
||||
if (!g_cursor.inWindow)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user