Xi: GetDeviceProperty reply includes deviceid.

This commit is contained in:
Peter Hutterer 2008-07-10 19:23:14 +09:30
parent c3267106fb
commit 18ff17756c

View File

@ -674,6 +674,7 @@ ProcXGetDeviceProperty (ClientPtr client)
reply.repType = X_Reply; reply.repType = X_Reply;
reply.RepType = X_GetDeviceProperty; reply.RepType = X_GetDeviceProperty;
reply.sequenceNumber = client->sequence; reply.sequenceNumber = client->sequence;
reply.deviceid = dev->id;
if (!prop) if (!prop)
{ {
reply.nItems = 0; reply.nItems = 0;