[xorg-commit-diffs] xc/programs/Xserver/os utils.c, 1.1.4.9, 1.1.4.10

Roland Mainz xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:54 EST 2004


Committed by: gisburn

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

Modified Files:
      Tag: XORG-CURRENT
	utils.c 
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT

Index: utils.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/os/utils.c,v
retrieving revision 1.1.4.9
retrieving revision 1.1.4.10
diff -u -d -r1.1.4.9 -r1.1.4.10
--- a/utils.c	15 Apr 2004 10:17:34 -0000	1.1.4.9
+++ b/utils.c	21 Apr 2004 10:03:41 -0000	1.1.4.10
@@ -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