summaryrefslogtreecommitdiff
path: root/dix/main.c
diff options
context:
space:
mode:
authorDaniel Stone <daniel.stone@nokia.com>2006-07-20 16:39:54 -0400
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-21 15:19:53 -0400
commit1987af8c498a1bf394a8951ca6d5b0b7f7a35188 (patch)
tree36c8e75a9a2f05f719ee8ae975260311190765d5 /dix/main.c
parent737e6e4836a6af26fedc22cda8e7d366b52c8fa7 (diff)
add virtual core devices to DIX
Add virtual core devices, with proper keymaps etc, to the DIX.
Diffstat (limited to 'dix/main.c')
-rw-r--r--dix/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dix/main.c b/dix/main.c
index e186e896b..5ac8f1842 100644
--- a/dix/main.c
+++ b/dix/main.c
@@ -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");