mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 11:08:15 +02:00
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
1 changed files with 3 additions and 4 deletions
|
|
@ -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…
Add table
Reference in a new issue