mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 21:17:19 +00:00
[all] bump the LGMP version to obtain access to data serial tracking
This commit is contained in:
parent
2d470b8deb
commit
3c3c0f70be
@ -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
|
||||
{
|
||||
|
@ -158,6 +158,8 @@ static bool lgmpTimer(void * opaque)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
lgmpHostAckData(app.pointerQueue);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e98d5d3bb4265357778f218d9c0b5e1b1ef894e0
|
||||
Subproject commit f24504e5bc81b78538c77b517d6c7398cd1258dc
|
Loading…
Reference in New Issue
Block a user