summaryrefslogtreecommitdiff
path: root/hw/xnest/Args.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xnest/Args.c')
-rw-r--r--hw/xnest/Args.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/xnest/Args.c b/hw/xnest/Args.c
index 0da0d5006..cc9a2707f 100644
--- a/hw/xnest/Args.c
+++ b/hw/xnest/Args.c
@@ -47,6 +47,11 @@ int xnestNumScreens = 0;
Bool xnestDoDirectColormaps = False;
Window xnestParentWindow = 0;
+/* ddxInitGlobals - called by |InitGlobals| from os/util.c */
+void ddxInitGlobals(void)
+{
+}
+
int
ddxProcessArgument (int argc, char *argv[], int i)
{