mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
input: rename device->type to device->xinput_type.
This type is only used in XI to give a hint of what type this device may be. Call it xinput_type for clarity. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -175,7 +175,7 @@ CopySwapDevice(ClientPtr client, DeviceIntPtr d, int num_classes,
|
||||
dev = (xDeviceInfoPtr) * buf;
|
||||
|
||||
dev->id = d->id;
|
||||
dev->type = d->type;
|
||||
dev->type = d->xinput_type;
|
||||
dev->num_classes = num_classes;
|
||||
if (d->isMaster && IsKeyboardDevice(d))
|
||||
dev->use = IsXKeyboard;
|
||||
|
||||
Reference in New Issue
Block a user