Correct warning for unknown GlxVisuals option in conf file
This commit is contained in:
parent
afeacb8e74
commit
6a1850b8c6
|
@ -1018,7 +1018,7 @@ configServerFlags(XF86ConfFlagsPtr flagsconf, XF86OptionPtr layoutopts)
|
||||||
} else if (!xf86NameCmp(s, "all")) {
|
} else if (!xf86NameCmp(s, "all")) {
|
||||||
xf86Info.glxVisuals = XF86_GlxVisualsAll;
|
xf86Info.glxVisuals = XF86_GlxVisualsAll;
|
||||||
} else {
|
} else {
|
||||||
xf86Msg(X_WARNING,"Unknown HandleSpecialKeys option\n");
|
xf86Msg(X_WARNING,"Unknown GlxVisuals option\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue