[xorg-commit-diffs] xc/programs/Xserver/hw/xfree86/common
xf86Init.c, 1.1.4.5.2.1.4.1, 1.1.4.5.2.1.4.2
Roland Mainz
xorg-commit at pdx.freedesktop.org
Tue Apr 20 13:27:11 EST 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/hw/xfree86/common
In directory pdx:/tmp/cvs-serv1812/xc/programs/Xserver/hw/xfree86/common
Modified Files:
Tag: XPRINT
xf86Init.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: xf86Init.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/common/xf86Init.c,v
retrieving revision 1.1.4.5.2.1.4.1
retrieving revision 1.1.4.5.2.1.4.2
diff -u -d -r1.1.4.5.2.1.4.1 -r1.1.4.5.2.1.4.2
--- a/xf86Init.c 10 Apr 2004 09:04:36 -0000 1.1.4.5.2.1.4.1
+++ b/xf86Init.c 20 Apr 2004 03:27:09 -0000 1.1.4.5.2.1.4.2
@@ -1295,6 +1295,11 @@
return save;
}
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
+
/*
* ddxProcessArgument --
* Process device-dependent command line args. Returns 0 if argument is
More information about the xorg-commit-diffs
mailing list