summaryrefslogtreecommitdiff
path: root/hw/xwin/InitOutput.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/xwin/InitOutput.c
parent0d0097350fbbe12b434f625004f2fe9ed4091ee7 (diff)
downloadxserver-XPRINT.tar.gz
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/xwin/InitOutput.c')
-rw-r--r--hw/xwin/InitOutput.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xwin/InitOutput.c b/hw/xwin/InitOutput.c
index 8a2241914..68910be1a 100644
--- a/hw/xwin/InitOutput.c
+++ b/hw/xwin/InitOutput.c
@@ -394,6 +394,11 @@ ddxUseMsg (void)
/* Compare the current option with the string. */
#define IS_OPTION(name) (strcmp (argv[i], name) == 0)
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
+
int
ddxProcessArgument (int argc, char *argv[], int i)
{