--- ./sources/fallbacks.c Thu Oct 19 11:20:21 1995 +++ ../llnlxftp2.1/./sources/fallbacks.c Thu Dec 30 11:17:23 1999 @@ -56,9 +56,15 @@ static String non_color_fallbacks[] = { "XFtp*defaultFontList: *hel*-b*-r-*-12-*,variable", "XFtp*fontList: *hel*-b*-r-*-12-*,variable", +#ifdef __sgi + "XFtp*scheme: Base", + "XFtp*sgiMode: true", + "XFtp*useSchemes: all", +#else "XFtp*leftDirLong*dirList.fontList: 7x13bold,fixed", "XFtp*rightDirLong*dirList.fontList: 7x13bold,fixed", "XFtp*view*text.fontList: 7x13bold,fixed", +#endif "XFtp*borderWidth: 0", "XFtp.title: LLNL XFTP", "*main.width: 506", @@ -167,7 +173,11 @@ "*prefs.scrolledWindow.height: 280", "*prefs.scrolledWindow*rowColumn.frame.shadowType: SHADOW_OUT", "*prefs.scrolledWindow*radioBoxFrame.shadowType: SHADOW_ETCHED_IN", +#ifdef __sgi + "*prefs.scrolledWindow.width: 500", +#else "*prefs.scrolledWindow.width: 447", +#endif "*leftDirPath_popup.title: \"Left\" Host Directory", "*leftDirPath.cancelLabelString: Close", "*leftDirPath.width: 350", @@ -230,9 +240,13 @@ }; static String color_fallbacks[] = { +#ifdef __sgi + NULL, +#else "*background: grey76", "*foreground: brown", "*main*logo.foreground: Blue", +#endif }; static int nnon_color_fallbacks = XtNumber(non_color_fallbacks);