summaryrefslogtreecommitdiff
path: root/hw/darwin/darwin.c
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-04-20 03:27:09 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-04-20 03:27:09 +0000
commit102cb14a5d91bf074bed4c261d02434a32bf17dd (patch)
tree6f2faa0bdc0ba67900af7dac4f7aef1052e06f61 /hw/darwin/darwin.c
parent0d0097350fbbe12b434f625004f2fe9ed4091ee7 (diff)
Fix for http://xprint.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=491XPRINT
- RFE: Need workaround for bug 467 ("Xfree86 smart scheduler breaks Xprt")
Diffstat (limited to 'hw/darwin/darwin.c')
-rw-r--r--hw/darwin/darwin.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/darwin/darwin.c b/hw/darwin/darwin.c
index 4f1213968..3713b6e8d 100644
--- a/hw/darwin/darwin.c
+++ b/hw/darwin/darwin.c
@@ -29,7 +29,7 @@
* holders shall not be used in advertising or otherwise to promote the sale,
* use or other dealings in this Software without prior written authorization.
*/
-/* $XdotOrg: xc/programs/Xserver/hw/darwin/darwin.c,v 1.1.4.2.4.2 2004/04/02 21:47:13 eich Exp $ */
+/* $XdotOrg: xc/programs/Xserver/hw/darwin/darwin.c,v 1.1.4.2.4.1.6.2 2004/04/12 12:20:59 gisburn Exp $ */
/* $XFree86: xc/programs/Xserver/hw/darwin/darwin.c,v 1.55 2003/11/15 00:07:09 torrey Exp $ */
#include "X.h"
@@ -697,6 +697,10 @@ void OsVendorInit(void)
}
}
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
/*
* ddxProcessArgument --