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;
|
return dup;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* InitInput --
|
* Initialize all supported input devices present and referenced in the
|
||||||
* Initialize all supported input devices.
|
* xorg.conf.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
void
|
void
|
||||||
InitInput(int argc, char **argv)
|
InitInput(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue