[xorg-commit-diffs] xc/programs/Xserver/hw/xwin InitOutput.c,
1.1.4.1.2.36, 1.1.4.1.2.37 XWin.man, 1.1.4.1.2.6, 1.1.4.1.2.7
Alexander Gottwald
xorg-commit at pdx.freedesktop.org
Fri Apr 23 06:33:34 EST 2004
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/GL/windows Imakefile,
1.1.2.5, 1.1.2.6 glwindows.h, 1.1.2.2, 1.1.2.3 indirect.c,
1.1.2.21, 1.1.2.22 wincursor.c, 1.1.2.3, NONE
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin Imakefile,
1.1.4.1.2.15, 1.1.4.1.2.16 win.h, 1.1.4.1.2.29,
1.1.4.1.2.30 wincursor.c, 1.1.4.1.2.4,
1.1.4.1.2.5 winmultiwindowwndproc.c, 1.1.6.17,
1.1.6.18 winpriv.c, 1.1.2.5, 1.1.2.6 winscrinit.c,
1.1.4.1.2.17, 1.1.4.1.2.18 winwin32rootlesswndproc.c, 1.1.2.10,
1.1.2.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ago
Update of /cvs/xorg/xc/programs/Xserver/hw/xwin
In directory pdx:/tmp/cvs-serv13239
Modified Files:
Tag: CYGWIN
InitOutput.c XWin.man
Log Message:
Document the -swcursor switch
Index: InitOutput.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/InitOutput.c,v
retrieving revision 1.1.4.1.2.36
retrieving revision 1.1.4.1.2.37
diff -u -d -r1.1.4.1.2.36 -r1.1.4.1.2.37
--- a/InitOutput.c 17 Apr 2004 19:34:19 -0000 1.1.4.1.2.36
+++ b/InitOutput.c 22 Apr 2004 20:33:31 -0000 1.1.4.1.2.37
@@ -451,15 +451,19 @@
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");
+ "\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");
+ "\tGrab special windows key combinations like Alt-Tab or the Menu "
+ "key.\n These keys are discarded by default.\n");
+
+ ErrorF ("-swcursor\n"
+ "\tDisable the usage of the windows cursor and use the X11 software "
+ "cursor instead\n");
}
/* See Porting Layer Definition - p. 57 */
Index: XWin.man
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/XWin.man,v
retrieving revision 1.1.4.1.2.6
retrieving revision 1.1.4.1.2.7
diff -u -d -r1.1.4.1.2.6 -r1.1.4.1.2.7
--- a/XWin.man 14 Apr 2004 00:06:15 -0000 1.1.4.1.2.6
+++ b/XWin.man 22 Apr 2004 20:33:31 -0000 1.1.4.1.2.7
@@ -227,6 +227,9 @@
X Server.
The \fIAlt-F4\fP key combination is enabled by default.
.TP 8
+.B \-swcursor
+Disable the usage of the windows cursor and use the X11 software cursor instead.
+.TP 8
.B "\-xkblayout \fIlayout\fP"
.TP 8
.B "\-xkbmodel \fImodel\fP"
- Previous message: [xorg-commit-diffs] xc/programs/Xserver/GL/windows Imakefile,
1.1.2.5, 1.1.2.6 glwindows.h, 1.1.2.2, 1.1.2.3 indirect.c,
1.1.2.21, 1.1.2.22 wincursor.c, 1.1.2.3, NONE
- Next message: [xorg-commit-diffs] xc/programs/Xserver/hw/xwin Imakefile,
1.1.4.1.2.15, 1.1.4.1.2.16 win.h, 1.1.4.1.2.29,
1.1.4.1.2.30 wincursor.c, 1.1.4.1.2.4,
1.1.4.1.2.5 winmultiwindowwndproc.c, 1.1.6.17,
1.1.6.18 winpriv.c, 1.1.2.5, 1.1.2.6 winscrinit.c,
1.1.4.1.2.17, 1.1.4.1.2.18 winwin32rootlesswndproc.c, 1.1.2.10,
1.1.2.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xorg-commit-diffs
mailing list