mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 06:53:57 +00:00
Close down virtual core devices when closing all devices.
This commit is contained in:
@@ -605,6 +605,9 @@ CloseDownDevices()
|
||||
{
|
||||
DeviceIntPtr dev, next;
|
||||
|
||||
CloseDevice(inputInfo.keyboard);
|
||||
CloseDevice(inputInfo.pointer);
|
||||
|
||||
for (dev = inputInfo.devices; dev; dev = next)
|
||||
{
|
||||
next = dev->next;
|
||||
|
||||
Reference in New Issue
Block a user