$OpenBSD: patch-screen_c,v 1.1 2004/01/28 20:58:54 naddy Exp $
--- screen.c.orig	1994-01-13 22:36:16.000000000 +0100
+++ screen.c	2004-01-28 21:49:10.000000000 +0100
@@ -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 @@ isColorScreen(scrInfo,visInfo,nvisuals)
 		     	case StaticColor:
 		     	case PseudoColor:
 			case GrayScale:
+			case TrueColor:
 		     	case DirectColor:
 		    		return True;
 				/*NOTREACHED*/
