1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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>
This commit is contained in:
Stefan Bethke 1998-11-20 11:48:29 +00:00
parent 72ccfa5b4d
commit c521e4c065
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14717

View File

@ -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;