92b1db2025
- Mark as LICENSE sun-openlook-license - Bump pkgrevision
30 lines
912 B
Text
30 lines
912 B
Text
$NetBSD: patch-ah,v 1.2 2009/12/10 20:37:36 abs Exp $
|
|
|
|
--- olwm/screen.c.orig 1993-06-29 05:11:56.000000000 +0000
|
|
+++ olwm/screen.c
|
|
@@ -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 reverseVideoIQ;
|
|
static XrmQuark stippledRubberBandsCQ;
|
|
static XrmQuark stippledRubberBandsIQ;
|
|
|
|
+static updateScreenWorkspaceColor();
|
|
+static updateScreenWindowColor();
|
|
+static updateScreenForegroundColor();
|
|
+static updateScreenBackgroundColor();
|
|
+static updateScreenBorderColor();
|
|
+static updateScreenGlyphFont();
|
|
|
|
/*-------------------------------------------------------------------------
|
|
* Local Functions
|
|
@@ -214,6 +219,7 @@ isColorScreen(scrInfo,visInfo,nvisuals)
|
|
case PseudoColor:
|
|
case GrayScale:
|
|
case DirectColor:
|
|
+ case TrueColor:
|
|
return True;
|
|
/*NOTREACHED*/
|
|
break;
|