[xorg-commit-diffs] xc/programs/Xserver/os utils.c, 1.1.4.6.2.4.6.2, 1.1.4.6.2.4.6.3

Roland Mainz xorg-commit at pdx.freedesktop.org
Tue Apr 20 13:27:13 EST 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/Xserver/os
In directory pdx:/tmp/cvs-serv1812/xc/programs/Xserver/os

Modified Files:
      Tag: XPRINT
	utils.c 
Log Message:
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=491 - RFE: Need workaround for bug 467 ("Xfree86 smart scheduler breaks Xprt")

Index: utils.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/os/utils.c,v
retrieving revision 1.1.4.6.2.4.6.2
retrieving revision 1.1.4.6.2.4.6.3
diff -u -d -r1.1.4.6.2.4.6.2 -r1.1.4.6.2.4.6.3
--- a/utils.c	12 Apr 2004 12:21:07 -0000	1.1.4.6.2.4.6.2
+++ b/utils.c	20 Apr 2004 03:27:09 -0000	1.1.4.6.2.4.6.3
@@ -576,6 +576,17 @@
 }
 
 /*
+ * This function is responsible for doing initalisation of any global
+ * variables at an very early point of server startup (even before
+ * |ProcessCommandLine()|. 
+ */
+void InitGlobals(void)
+{
+    ddxInitGlobals();
+}
+
+
+/*
  * This function parses the command line. Handles device-independent fields
  * and allows ddx to handle additional fields.  It is not allowed to modify
  * argc or any of the strings pointed to by argv.




More information about the xorg-commit-diffs mailing list