mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-08 03:34:09 +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
|
||||
{
|
||||
|
@@ -158,6 +158,8 @@ static bool lgmpTimer(void * opaque)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
lgmpHostAckData(app.pointerQueue);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Submodule repos/LGMP updated: e98d5d3bb4...f24504e5bc
Reference in New Issue
Block a user