[xorg-commit-diffs] xc/programs/Xserver/hw/sunLynx sunLyIo.c,
1.1.4.2.6.1, 1.1.4.2.6.1.6.1
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/sunLynx
In directory pdx:/tmp/cvs-serv1812/xc/programs/Xserver/hw/sunLynx
Modified Files:
Tag: XPRINT
sunLyIo.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: sunLyIo.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/sunLynx/sunLyIo.c,v
retrieving revision 1.1.4.2.6.1
retrieving revision 1.1.4.2.6.1.6.1
diff -u -d -r1.1.4.2.6.1 -r1.1.4.2.6.1.6.1
--- a/sunLyIo.c 4 Mar 2004 17:47:33 -0000 1.1.4.2.6.1
+++ b/sunLyIo.c 20 Apr 2004 03:27:08 -0000 1.1.4.2.6.1.6.1
@@ -295,6 +295,11 @@
AbortDDX ();
}
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
+
int
ddxProcessArgument (argc, argv, i)
int argc;
More information about the xorg-commit-diffs
mailing list