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

screen.c is allready patched in patch-aa.

The TrueColor patch should have gone in patch-aa.

TrueColor patch used to be in there at one point, and got nuked
somewhere along the way I guess...
This commit is contained in:
Scott Mace 1998-11-20 23:00:43 +00:00
parent 4fee7d2672
commit 334c7c299b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14725
2 changed files with 9 additions and 11 deletions

View File

@ -186,7 +186,7 @@
if (!deadChildren)
--- screen.c.orig Mon Oct 19 14:21:32 1998
+++ screen.c Mon Oct 19 14:11:14 1998
+++ screen.c Fri Nov 20 16:55:00 1998
@@ -66,6 +66,13 @@
*-------------------------------------------------------------------------*/
List *ScreenInfoList; /* List of managed screens */
@ -201,6 +201,14 @@
/*-------------------------------------------------------------------------
* Local Data
@@ -282,6 +289,7 @@
case PseudoColor:
case GrayScale:
case DirectColor:
+ case TrueColor:
return True;
/*NOTREACHED*/
break;
--- st.c.orig Thu Jan 13 15:36:18 1994
+++ st.c Mon Oct 19 14:12:31 1998
@@ -14,6 +14,7 @@

View File

@ -1,10 +0,0 @@
--- 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;