[xorg-commit-diffs] xc/programs/Xserver/hw/xwin InitOutput.c, 1.1.4.3, 1.1.4.4

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


Committed by: gisburn

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

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

Index: InitOutput.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xwin/InitOutput.c,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -u -d -r1.1.4.3 -r1.1.4.4
--- a/InitOutput.c	15 Apr 2004 10:17:20 -0000	1.1.4.3
+++ b/InitOutput.c	21 Apr 2004 10:03:41 -0000	1.1.4.4
@@ -394,6 +394,11 @@
 /* Compare the current option with the string. */ 
 #define IS_OPTION(name) (strcmp (argv[i], name) == 0)
 
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
+
 int
 ddxProcessArgument (int argc, char *argv[], int i)
 {




More information about the xorg-commit-diffs mailing list