mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-07 03:58:03 +02:00
Bug #10770: "Inputdevs" isn't a valid config file keyword.
This commit is contained in:
parent
62f43d8b33
commit
928836a5ab
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ xf86printFileSection (FILE * cf, XF86ConfFilesPtr ptr)
|
|||
s++;
|
||||
p = index (s, ',');
|
||||
}
|
||||
fprintf (cf, "\tInputdevs \"%s\"\n", s);
|
||||
fprintf (cf, "\tInputDevices \"%s\"\n", s);
|
||||
}
|
||||
if (ptr->file_fontpath)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue