xfree86: update comment for InitInput
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
This commit is contained in:
parent
7354f60783
commit
5b5477c05f
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue