summaryrefslogtreecommitdiff
path: root/wm/olvwm/patches/patch-af
blob: 32acabe91f83c839b4304531f0063beb45eb7b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-af,v 1.1.1.1 2000/12/12 02:03:48 wiz Exp $

--- screen.c.orig	Sat Jan  8 00:34:00 2000
+++ screen.c	Sat Jan  8 00:34:05 2000
@@ -157,6 +157,15 @@
  *	Local Functions
  *-------------------------------------------------------------------------*/
 
+static updateScreenWorkspaceColor();
+static updateScreenWindowColor();
+static updateScreenForegroundColor();
+static updateScreenBackgroundColor();
+static updateScreenBorderColor();
+static updateScreenInputFocusColor();
+static updateScreenGlyphFont();
+
+
 /*
  * makeScreenQuarks -- set up quarks for screen resources
  */