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
|
.y = guest.y
|
||||||
};
|
};
|
||||||
|
|
||||||
lgmpClientSendData(g_state.pointerQueue, &msg, sizeof(msg));
|
lgmpClientSendData(g_state.pointerQueue, &msg, sizeof(msg), NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@@ -158,6 +158,8 @@ static bool lgmpTimer(void * opaque)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
lgmpHostAckData(app.pointerQueue);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Submodule repos/LGMP updated: e98d5d3bb4...f24504e5bc
Reference in New Issue
Block a user