[xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/common
xf86Init.c, 1.1.4.6, 1.1.4.7
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:53 EST 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/hw/xfree86/common
In directory pdx:/tmp/cvs-serv5532/programs/Xserver/hw/xfree86/common
Modified Files:
Tag: XORG-CURRENT
xf86Init.c
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT
Index: xf86Init.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v
retrieving revision 1.1.4.6
retrieving revision 1.1.4.7
diff -u -d -r1.1.4.6 -r1.1.4.7
--- a/xf86Init.c 15 Apr 2004 10:16:09 -0000 1.1.4.6
+++ b/xf86Init.c 21 Apr 2004 10:03:40 -0000 1.1.4.7
@@ -1641,6 +1641,11 @@
return xf86ProcessArgument(argc, argv, i);
}
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
+
/*
* ddxUseMsg --
* Print out correct use of device dependent commandline options.
More information about the xorg-commit-diffs
mailing list