diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 09:14:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-05 09:14:42 +0000 |
commit | f988e191d937afeb2253b4f1522143d6714abf3f (patch) | |
tree | 3577819383da184eb4b52e155971f8238e636b68 /x11-wm/olvwm | |
parent | 3328da718b62b68b5ce38b7d01246f2c25639ab7 (diff) | |
download | ports-f988e191d937afeb2253b4f1522143d6714abf3f.tar.gz ports-f988e191d937afeb2253b4f1522143d6714abf3f.zip |
Notes
Diffstat (limited to 'x11-wm/olvwm')
-rw-r--r-- | x11-wm/olvwm/files/patch-aa | 10 |
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 *************** |