openbsd-ports/x11/olvwm/patches/patch-25

25 lines
798 B
Plaintext
Raw Normal View History

--- 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
/*-------------------------------------------------------------------------
* Local Data
@@ -281,6 +288,7 @@
case StaticColor:
case PseudoColor:
case GrayScale:
+ case TrueColor:
case DirectColor:
return True;
/*NOTREACHED*/