aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/iv/files/patch-bv
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2000-01-25 02:35:00 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2000-01-25 02:35:00 +0000
commitbf57334ca05803deee2cd41ed90862ae307b4f73 (patch)
tree2ff5f4bfb5d7b7594cef6443738477a51e20f71d /x11-toolkits/iv/files/patch-bv
parent8a5a7f21a71cee61b7b4c84b73dbe2e598bbbec2 (diff)
Notes
Diffstat (limited to 'x11-toolkits/iv/files/patch-bv')
-rw-r--r--x11-toolkits/iv/files/patch-bv22
1 files changed, 12 insertions, 10 deletions
diff --git a/x11-toolkits/iv/files/patch-bv b/x11-toolkits/iv/files/patch-bv
index 9acdcb492e16..20e6a8a2de08 100644
--- a/x11-toolkits/iv/files/patch-bv
+++ b/x11-toolkits/iv/files/patch-bv
@@ -1,11 +1,13 @@
---- src/lib/Unidraw/stencilcomp.c.orig Tue Dec 28 23:12:07 1999
-+++ src/lib/Unidraw/stencilcomp.c Tue Dec 28 23:12:27 1999
-@@ -169,7 +169,7 @@
- StencilComp* comp = (StencilComp*) GetSubject();
- Bitmap* image, *mask;
- comp->GetStencil()->GetOriginal(image, mask);
-- char* tag = (image == mask) ? "SSten" : "FSten";
-+ char* tag = (image == mask) ? (char*)"SSten" : (char*)"FSten";
- Coord w = image->Width();
- Coord h = image->Height();
+--- src/bin/dclock/segment.c.org Tue Mar 5 02:56:58 1991
++++ src/bin/dclock/segment.c Sun Jan 23 19:39:52 2000
+@@ -43,8 +43,9 @@
+ Pattern* pat;
+ int dat[16];
+ unsigned int Row[4];
++ int i;
+- for (int i = 0; i <= 3; i++) {
++ for (i = 0; i <= 3; i++) {
+ Row[i] = seed & 0xF;
+ Row[i] |= Row[i]<<4;
+ Row[i] |= Row[i]<<8;