[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


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"




More information about the xorg-commit-diffs mailing list