summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmace <smace@FreeBSD.org>1998-11-20 23:00:43 +0000
committersmace <smace@FreeBSD.org>1998-11-20 23:00:43 +0000
commit91d1d68efb981927c29d779519765d8f18f2b209 (patch)
treee01ba48f65663901e6cd1c2121dd5147553d8525
parentcb856a5a12f6be853ca5352c989fef634a0b213f (diff)
downloadFreeBSD-ports-91d1d68efb981927c29d779519765d8f18f2b209.zip
FreeBSD-ports-91d1d68efb981927c29d779519765d8f18f2b209.tar.gz
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...
-rw-r--r--x11-wm/olvwm/files/patch-aa10
-rw-r--r--x11-wm/olvwm/files/patch-ad10
2 files changed, 9 insertions, 11 deletions
diff --git a/x11-wm/olvwm/files/patch-aa b/x11-wm/olvwm/files/patch-aa
index 019f269..db1a161 100644
--- a/x11-wm/olvwm/files/patch-aa
+++ b/x11-wm/olvwm/files/patch-aa
@@ -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 @@
diff --git a/x11-wm/olvwm/files/patch-ad b/x11-wm/olvwm/files/patch-ad
deleted file mode 100644
index fc16794..0000000
--- a/x11-wm/olvwm/files/patch-ad
+++ /dev/null
@@ -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;
OpenPOWER on IntegriCloud