mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 08:41:31 +00:00
[client/idd] input: report endpoint status
This commit is contained in:
@@ -1353,7 +1353,7 @@ static const LG_InputOps * lgmp_getInputOps(LG_Transport * this,
|
||||
{
|
||||
*opaque = NULL;
|
||||
if (!this->connected || !this->inputSupported ||
|
||||
!lgmpInput_connect(this->input))
|
||||
!lgmpInput_connect(this->input, this->clientID))
|
||||
return NULL;
|
||||
|
||||
*opaque = this->input;
|
||||
|
||||
Reference in New Issue
Block a user