[xorg-commit-diffs] xc/programs/Xserver/hw/xwin InitOutput.c,
1.1.4.1.2.32, 1.1.4.1.2.33
Alexander Gottwald
xorg-commit at pdx.freedesktop.org
Sat Apr 10 06:23:40 PDT 2004
- Previous message: [xorg-commit-diffs] xc/programs/xvidtune Xvidtune.cpp, NONE,
1.1.8.1 Xvidtune.ad, 1.1.10.1, NONE
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin
winmultiwindowwindow.c, 1.1.4.1.2.23,
1.1.4.1.2.24 winmultiwindowwndproc.c, 1.1.6.15,
1.1.6.16 winwin32rootless.c, 1.1.2.8,
1.1.2.9 winwin32rootlesswndproc.c, 1.1.2.8, 1.1.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ago
Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv18629/hw/xwin
Modified Files:
Tag: CYGWIN
InitOutput.c
Log Message:
document -logfile, -logverbose and -[no]keyhook [Bug 437]
only document -xkb* parameter if XKB is defined
Index: InitOutput.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/InitOutput.c,v
retrieving revision 1.1.4.1.2.32
retrieving revision 1.1.4.1.2.33
diff -u -d -r1.1.4.1.2.32 -r1.1.4.1.2.33
--- a/InitOutput.c 10 Apr 2004 06:18:29 -0000 1.1.4.1.2.32
+++ b/InitOutput.c 10 Apr 2004 13:23:37 -0000 1.1.4.1.2.33
@@ -425,6 +425,7 @@
"\tSpecify a keyboard device from the configuration file.\n");
#endif
+#ifdef XKB
ErrorF ("-xkbrules XKBRules\n"
"\tEquivalent to XKBRules in XF86Config files.\n");
@@ -441,6 +442,22 @@
ErrorF ("-xkboptions XKBOptions\n"
"\tEquivalent to XKBOptions in XF86Config files.\n");
+#endif
+
+ ErrorF ("-logfile filename\n"
+ "\tWrite logmessages to <filename> instead of /tmp/Xwin.log.\n");
+
+ ErrorF ("-logverbose verbosity\n"
+ "\tSet the verbosity of logmessages. [NOTE: Only a few messages\n"
+ "\trespect the settings yet]\n"
+ "\t\t0 - only print fatal error.\n"
+ "\t\t1 - print additional configuration information.\n"
+ "\t\t2 - print additional runtime information [default].\n"
+ "\t\t3 - print debugging and tracing information.\n");
+
+ ErrorF ("-[no]keyhook\n"
+ "\tGrab special windows key combinations like Alt-Tab or the Menu key.\n"
+ "\tThese keys are discarded by default.\n");
/* Log file will not be opened for UseMsg unless we open it now */
if (!g_fLogInited) {
- Previous message: [xorg-commit-diffs] xc/programs/xvidtune Xvidtune.cpp, NONE,
1.1.8.1 Xvidtune.ad, 1.1.10.1, NONE
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin
winmultiwindowwindow.c, 1.1.4.1.2.23,
1.1.4.1.2.24 winmultiwindowwndproc.c, 1.1.6.15,
1.1.6.16 winwin32rootless.c, 1.1.2.8,
1.1.2.9 winwin32rootlesswndproc.c, 1.1.2.8, 1.1.2.9
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list