Correct warning for unknown GlxVisuals option in conf file

This commit is contained in:
Alan Coopersmith 2008-12-01 19:19:04 -08:00
parent afeacb8e74
commit 6a1850b8c6

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