mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: GetDeviceProperty reply includes deviceid.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user