mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-15 19:22:22 +00:00
add virtual core devices to DIX
Add virtual core devices, with proper keymaps etc, to the DIX.
This commit is contained in:
parent
737e6e4836
commit
1987af8c49
9 changed files with 414 additions and 152 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue