mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 03:38:10 +00:00
[client] core: redraw cursor after warping guest cursor
This commit is contained in:
parent
71901414d1
commit
11800029f0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue