[client] spice: align the guest pointer to local when entering the view

This commit is contained in:
Geoffrey McRae 2021-01-20 01:23:48 +11:00
parent 555891face
commit dacc573650

View File

@ -1275,6 +1275,8 @@ void app_handleMouseNormal(double ex, double ey)
g_cursor.pos.y < g_state.dstRect.y + g_state.dstRect.h;
setCursorInView(inView);
if (inView)
g_cursor.realign = true;
}
/* nothing to do if we are outside the viewport */