mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Don't explicitly init sprite for VCP, EnableDevice() will take care of that.
This commit is contained in:
@@ -424,7 +424,6 @@ InitCoreDevices()
|
||||
if (!AllocateDevicePrivate(dev, CoreDevicePrivatesIndex))
|
||||
FatalError("Couldn't allocate pointer devPrivates\n");
|
||||
dev->devPrivates[CoreDevicePrivatesIndex].ptr = NULL;
|
||||
InitializeSprite(dev, NullWindow);
|
||||
(void)ActivateDevice(dev);
|
||||
|
||||
/* Enable device, and then remove it from the device list. Virtual
|
||||
|
||||
Reference in New Issue
Block a user