summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-03-05 09:14:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-03-05 09:14:42 +0000
commitf988e191d937afeb2253b4f1522143d6714abf3f (patch)
tree3577819383da184eb4b52e155971f8238e636b68 /x11-wm
parentActivate bsvc. (diff)
Fix olvwm for 32bpp mode. Closes PR ports/2796.
Submitted by: Matthew Hunt <mph@pobox.com>
Notes
Notes: svn path=/head/; revision=5850
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/olvwm/files/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/olvwm/files/patch-aa b/x11-wm/olvwm/files/patch-aa
index 04dd7652609c..abe27df83fa2 100644
--- a/x11-wm/olvwm/files/patch-aa
+++ b/x11-wm/olvwm/files/patch-aa
@@ -253,6 +253,16 @@
/*-------------------------------------------------------------------------
* Local Data
+***************
+*** 281,286 ****
+--- 281,287 ----
+ case StaticColor:
+ case PseudoColor:
+ case GrayScale:
++ case TrueColor:
+ case DirectColor:
+ return True;
+ /*NOTREACHED*/
*** st.c.orig Thu Jan 13 14:36:18 1994
--- st.c Thu Oct 20 23:53:07 1994
***************