--- screen.c.orig Thu Jan 13 22:36:16 1994 +++ ./screen.c Fri Jul 16 21:49:04 1999 @@ -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*/