[xorg-commit-diffs]
xc/programs/Xserver/hw/darwin darwin.c, 1.1.4.4, 1.1.4.5
Roland Mainz
xorg-commit at pdx.freedesktop.org
Wed Apr 21 20:03:44 EST 2004
Committed by: gisburn
Update of /cvs/xorg/xc/programs/Xserver/hw/darwin
In directory pdx:/tmp/cvs-serv5532/programs/Xserver/hw/darwin
Modified Files:
Tag: XORG-CURRENT
darwin.c
Log Message:
Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=530 - Land XPRINT branch on XORG-CURRENT
Index: darwin.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/darwin/darwin.c,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- a/darwin.c 15 Apr 2004 10:15:47 -0000 1.1.4.4
+++ b/darwin.c 21 Apr 2004 10:03:39 -0000 1.1.4.5
@@ -448,9 +448,11 @@
}
/*
+===========================================================================
Utility routines
+===========================================================================
*/
/*
@@ -538,9 +540,11 @@
}
/*
+===========================================================================
Functions needed to link against device independent X
+===========================================================================
*/
/*
@@ -693,6 +697,10 @@
}
}
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
/*
* ddxProcessArgument --
More information about the xorg-commit-diffs
mailing list