mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 22:40:12 +01:00
Correct warning for unknown GlxVisuals option in conf file
(cherry picked from commit 6a1850b8c6)
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
ca744c371a
commit
4e5be5ad36
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ configServerFlags(XF86ConfFlagsPtr flagsconf, XF86OptionPtr layoutopts)
|
|||
} else if (!xf86NameCmp(s, "all")) {
|
||||
xf86Info.glxVisuals = XF86_GlxVisualsAll;
|
||||
} else {
|
||||
xf86Msg(X_WARNING,"Unknown HandleSpecialKeys option\n");
|
||||
xf86Msg(X_WARNING,"Unknown GlxVisuals option\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue