$NetBSD: patch-ah,v 1.1 2001/12/28 14:58:02 tron Exp $

--- olwm/screen.c.orig	Tue Jun 29 07:11:56 1993
+++ olwm/screen.c	Fri Dec 28 15:55:43 2001
@@ -1,4 +1,3 @@
-#ident	"@(#)screen.c	26.46	93/06/28 SMI"
 
 /*
  *      (c) Copyright 1989 Sun Microsystems, Inc.
@@ -111,6 +110,12 @@
 static XrmQuark stippledRubberBandsCQ;
 static XrmQuark stippledRubberBandsIQ;
 
+static updateScreenWorkspaceColor();
+static updateScreenWindowColor();
+static updateScreenForegroundColor();
+static updateScreenBackgroundColor();
+static updateScreenBorderColor();
+static updateScreenGlyphFont();
 
 /*-------------------------------------------------------------------------
  *	Local Functions
@@ -214,6 +219,7 @@
 		     	case PseudoColor:
 			case GrayScale:
 		     	case DirectColor:
+			case TrueColor:
 		    		return True;
 				/*NOTREACHED*/
 		    		break;
