aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/olvwm/files
diff options
context:
space:
mode:
authorstb <stb@FreeBSD.org>1998-11-20 19:48:29 +0800
committerstb <stb@FreeBSD.org>1998-11-20 19:48:29 +0800
commit4e398261be3ff622213a7a2b8e9e13b92ff95a4a (patch)
tree47ec8a2007f3f1801b7fd65692f53e092ff1b18c /x11-wm/olvwm/files
parentc975c4d85a08be418de36098137c3813d9215691 (diff)
downloadfreebsd-ports-gnome-4e398261be3ff622213a7a2b8e9e13b92ff95a4a.tar.gz
freebsd-ports-gnome-4e398261be3ff622213a7a2b8e9e13b92ff95a4a.tar.zst
freebsd-ports-gnome-4e398261be3ff622213a7a2b8e9e13b92ff95a4a.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>
Diffstat (limited to 'x11-wm/olvwm/files')
-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;