mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-29 19:20:28 +01:00
Adjust link to FAQ
This commit is contained in:
parent
9915cfc156
commit
5e6309496d
1 changed files with 3 additions and 1 deletions
|
|
@ -521,7 +521,9 @@ InitOutput (ScreenInfo *screenInfo, int argc, char *argv[])
|
|||
if (!winReadConfigfile ())
|
||||
winErrorFVerb (1, "InitOutput - Error reading config file\n");
|
||||
#else
|
||||
winMsg(X_INFO, "XF86Config is not supported. See http://x.cygwin.com/docs/faq/cygwin-xfree-faq.html for more information\n");
|
||||
winMsg(X_INFO, "XF86Config is not supported\n");
|
||||
winMsg(X_INFO, "See http://x.cygwin.com/docs/faq/cygwin-x-faq.html "
|
||||
"for more information\n");
|
||||
#endif
|
||||
|
||||
/* Load preferences from XWinrc file */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue