--- screen.c.orig	Thu Jan 13 16:36:16 1994
+++ screen.c	Tue Sep 29 22:08:32 1998
@@ -66,6 +66,13 @@
  *-------------------------------------------------------------------------*/
 List	*ScreenInfoList;			/* List of managed screens */
 extern	Bool BoolString();
+static	updateScreenWorkspaceColor();
+static	updateScreenWindowColor();
+static	updateScreenForegroundColor();
+static	updateScreenBackgroundColor();
+static	updateScreenBorderColor();
+static	updateScreenInputFocusColor();
+static	updateScreenGlyphFont();
 
 /*-------------------------------------------------------------------------
  *	Local Data
@@ -281,6 +288,7 @@
 		     	case StaticColor:
 		     	case PseudoColor:
 			case GrayScale:
+			case TrueColor:
 		     	case DirectColor:
 		    		return True;
 				/*NOTREACHED*/
