summaryrefslogtreecommitdiff
path: root/xserver/hw/xwin/winprocarg.c
diff options
context:
space:
mode:
Diffstat (limited to 'xserver/hw/xwin/winprocarg.c')
-rw-r--r--xserver/hw/xwin/winprocarg.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/xserver/hw/xwin/winprocarg.c b/xserver/hw/xwin/winprocarg.c
index 837cdb2f4..73aa027d8 100644
--- a/xserver/hw/xwin/winprocarg.c
+++ b/xserver/hw/xwin/winprocarg.c
@@ -1098,6 +1098,11 @@ ddxProcessArgument(int argc, char *argv[], int i)
return 1;
}
+ if (IS_OPTION("-nohostintitle")) {
+ g_fHostInTitle = FALSE;
+ return 1;
+ }
+
return 0;
}
@@ -1195,6 +1200,7 @@ winLogVersionInfo(void)
}
}
#endif
+ winOS();
if (strlen(BUILDERSTRING))
ErrorF("%s\n", BUILDERSTRING);
ErrorF("Contact: %s\n", BUILDERADDR);