1999-07-17 06:53:21 -04:00
|
|
|
--- 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();
|
1998-09-29 22:31:44 -04:00
|
|
|
|
1999-07-17 06:53:21 -04:00
|
|
|
/*-------------------------------------------------------------------------
|
|
|
|
* Local Data
|
|
|
|
@@ -281,6 +288,7 @@
|
|
|
|
case StaticColor:
|
|
|
|
case PseudoColor:
|
|
|
|
case GrayScale:
|
|
|
|
+ case TrueColor:
|
|
|
|
case DirectColor:
|
|
|
|
return True;
|
|
|
|
/*NOTREACHED*/
|