diff options
Diffstat (limited to 'wm/olvwm/patches/patch-af')
-rw-r--r-- | wm/olvwm/patches/patch-af | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/wm/olvwm/patches/patch-af b/wm/olvwm/patches/patch-af new file mode 100644 index 00000000000..32acabe91f8 --- /dev/null +++ b/wm/olvwm/patches/patch-af @@ -0,0 +1,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 + */ |