Xi: GetDeviceProperty reply includes deviceid.
This commit is contained in:
parent
c3267106fb
commit
18ff17756c
|
@ -674,6 +674,7 @@ ProcXGetDeviceProperty (ClientPtr client)
|
|||
reply.repType = X_Reply;
|
||||
reply.RepType = X_GetDeviceProperty;
|
||||
reply.sequenceNumber = client->sequence;
|
||||
reply.deviceid = dev->id;
|
||||
if (!prop)
|
||||
{
|
||||
reply.nItems = 0;
|
||||
|
|
Loading…
Reference in New Issue