mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 17:40:35 +01:00
Xi: don't send attachment info down with ListInputDevices.
This commit is contained in:
parent
66dd8879b3
commit
801f14d4b7
1 changed files with 0 additions and 4 deletions
|
|
@ -187,10 +187,6 @@ CopySwapDevice(ClientPtr client, DeviceIntPtr d, int num_classes,
|
|||
dev->use = IsXExtensionPointer;
|
||||
else
|
||||
dev->use = IsXExtensionDevice;
|
||||
if (!d->isMaster)
|
||||
dev->attached = (d->u.master) ? d->u.master->id : IsFloating;
|
||||
else
|
||||
dev->attached = GetPairedDevice(d)->id;
|
||||
|
||||
if (client->swapped) {
|
||||
swapl(&dev->type, n); /* macro - braces are required */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue