aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/olvwm
diff options
context:
space:
mode:
authorStefan Bethke <stb@FreeBSD.org>1998-11-20 11:48:29 +0000
committerStefan Bethke <stb@FreeBSD.org>1998-11-20 11:48:29 +0000
commitc521e4c065e303db5956071ebcfd3c4b75182f7a (patch)
treef342307ec02596c5061738a761dc08ae71bf9195 /x11-wm/olvwm
parent72ccfa5b4df75b2579e03623b4f26de49dce8638 (diff)
downloadports-c521e4c065e303db5956071ebcfd3c4b75182f7a.tar.gz
ports-c521e4c065e303db5956071ebcfd3c4b75182f7a.zip
TrueColor also is color, isn't it?
(This was asked, and the patch provided, back in February 96; I don't have the slightest idea why this patch never made it into the port, or into a PR anyway.) Submitted by: Seppo Kallio <kallio@beeblebrox.pccc.jyu.fi>
Notes
Notes: svn path=/head/; revision=14717
Diffstat (limited to 'x11-wm/olvwm')
-rw-r--r--x11-wm/olvwm/files/patch-ad10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/olvwm/files/patch-ad b/x11-wm/olvwm/files/patch-ad
new file mode 100644
index 000000000000..fc167949bbf2
--- /dev/null
+++ b/x11-wm/olvwm/files/patch-ad
@@ -0,0 +1,10 @@
+--- screen.c.orig Fri Nov 20 11:19:54 1998
++++ screen.c Fri Nov 20 11:19:54 1998
+@@ -289,6 +289,7 @@
+ case PseudoColor:
+ case GrayScale:
+ case DirectColor:
++ case TrueColor:
+ return True;
+ /*NOTREACHED*/
+ break;