diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-07-04 14:14:11 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-08-22 15:56:48 +1000 |
commit | 5b5477c05f691205064ca4d8034f8dd47ab975b7 (patch) | |
tree | bce65321aa31a7e9c214caefdd53fa39b87c842a | |
parent | 7354f607833c69626d8692bc5176b18ea1cf6263 (diff) |
xfree86: update comment for InitInput
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 71926f8e7..5ee68cd26 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -806,11 +806,10 @@ duplicateDevice(InputInfoPtr pInfo) return dup; } -/* - * InitInput -- - * Initialize all supported input devices. +/** + * Initialize all supported input devices present and referenced in the + * xorg.conf. */ - void InitInput(int argc, char **argv) { |