mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 15:48:07 +02:00
dix: don't call CloseDevice on VCP/VCK separately.
This commit is contained in:
parent
e4fd981b48
commit
9ccc9ab6f2
1 changed files with 0 additions and 3 deletions
|
|
@ -751,9 +751,6 @@ CloseDownDevices(void)
|
|||
CloseDevice(dev);
|
||||
}
|
||||
|
||||
CloseDevice(inputInfo.keyboard);
|
||||
CloseDevice(inputInfo.pointer);
|
||||
|
||||
inputInfo.devices = NULL;
|
||||
inputInfo.off_devices = NULL;
|
||||
inputInfo.keyboard = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue