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:
Alan Coopersmith 2008-12-01 19:19:04 -08:00 committed by Keith Packard
parent ca744c371a
commit 4e5be5ad36

View file

@ -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");
}
}