add virtual core devices to DIX

Add virtual core devices, with proper keymaps etc, to the DIX.
This commit is contained in:
Daniel Stone 2006-07-20 16:39:54 -04:00 committed by Daniel Stone
commit 1987af8c49
9 changed files with 414 additions and 152 deletions

View file

@ -398,6 +398,7 @@ main(int argc, char *argv[], char *envp[])
if (!CreateRootWindow(pScreen))
FatalError("failed to create root window");
}
InitCoreDevices();
InitInput(argc, argv);
if (InitAndStartDevices() != Success)
FatalError("failed to initialize core devices");