diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1998-11-20 11:48:29 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1998-11-20 11:48:29 +0000 |
commit | c521e4c065e303db5956071ebcfd3c4b75182f7a (patch) | |
tree | f342307ec02596c5061738a761dc08ae71bf9195 /x11-wm/olvwm/files | |
parent | Set LC_CTYPE=C to prevent coredumps in multibyte locales. (diff) |
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/files')
-rw-r--r-- | x11-wm/olvwm/files/patch-ad | 10 |
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; |