[all] bump the LGMP version to obtain access to data serial tracking

This commit is contained in:
Geoffrey McRae 2021-08-19 21:26:00 +10:00
parent 2d470b8deb
commit 3c3c0f70be
3 changed files with 4 additions and 2 deletions

View File

@ -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
{

View File

@ -158,6 +158,8 @@ static bool lgmpTimer(void * opaque)
break;
}
}
lgmpHostAckData(app.pointerQueue);
}
return true;

@ -1 +1 @@
Subproject commit e98d5d3bb4265357778f218d9c0b5e1b1ef894e0
Subproject commit f24504e5bc81b78538c77b517d6c7398cd1258dc