summaryrefslogtreecommitdiff
path: root/www/links/patches
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-18 14:40:23 +0000
committerjlam <jlam>2002-10-18 14:40:23 +0000
commit0ed6b3707c3d594c7072bca094b2e7b8f6087fcd (patch)
tree897b1cbe16c40c3feb0916790f960d5e13c07a56 /www/links/patches
parent60f3b56082c696ad8f2442c4487604e3b6e8dfb4 (diff)
downloadpkgsrc-0ed6b3707c3d594c7072bca094b2e7b8f6087fcd.tar.gz
Remove some really annoying "ks=..." debugging output.
Diffstat (limited to 'www/links/patches')
-rw-r--r--www/links/patches/patch-ab18
1 files changed, 13 insertions, 5 deletions
diff --git a/www/links/patches/patch-ab b/www/links/patches/patch-ab
index 06f65b1fe87..f731a5fbcd5 100644
--- a/www/links/patches/patch-ab
+++ b/www/links/patches/patch-ab
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.3 2002/10/14 09:31:19 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2002/10/18 14:40:24 jlam Exp $
---- x.c.orig Sun Sep 22 11:05:29 2002
+--- x.c.orig Sun Sep 22 02:05:29 2002
+++ x.c
-@@ -964,6 +964,11 @@ bytes_per_pixel_found:
+@@ -294,7 +294,6 @@ static void x_translate_key(XKeyEvent *e
+ int len;
+
+ len=XLookupString(e,str,15,&ks,NULL);
+- printf("ks=%ld\n",ks);
+ str[len>15?15:len]=0;
+ *flag=0;
+ *key=0;
+@@ -964,6 +963,11 @@ bytes_per_pixel_found:
case 15:
case 16:
if (x_bitmap_bpp!=2)break;
@@ -14,7 +22,7 @@ $NetBSD: patch-ab,v 1.3 2002/10/14 09:31:19 wiz Exp $
if (x_bitmap_bit_order==MSBFirst)break;
if (vinfo.red_mask>vinfo.green_mask&&vinfo.green_mask>vinfo.blue_mask)
{
-@@ -979,14 +984,14 @@ bytes_per_pixel_found:
+@@ -979,14 +983,14 @@ bytes_per_pixel_found:
misordered=256;
goto visual_found;
}
@@ -33,7 +41,7 @@ $NetBSD: patch-ab,v 1.3 2002/10/14 09:31:19 wiz Exp $
goto visual_found;
}
break;
-@@ -1015,6 +1020,7 @@ visual_found:;
+@@ -1015,6 +1019,7 @@ visual_found:;
case 451:
case 195:
case 196: