mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[all] bump the LGMP version to obtain access to data serial tracking
This commit is contained in:
@@ -420,7 +420,7 @@ void core_handleMouseNormal(double ex, double ey)
|
||||
.y = guest.y
|
||||
};
|
||||
|
||||
lgmpClientSendData(g_state.pointerQueue, &msg, sizeof(msg));
|
||||
lgmpClientSendData(g_state.pointerQueue, &msg, sizeof(msg), NULL);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user