update to links-2.1pre3

This commit is contained in:
fgsch 2002-09-15 07:29:55 +00:00
parent 8b2dfbad21
commit 57c3a24849
3 changed files with 14 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2002/08/03 20:50:48 fgsch Exp $
# $OpenBSD: Makefile,v 1.3 2002/09/15 07:29:55 fgsch Exp $
COMMENT= "graphics and text browser with javascript support"
VER= 2.1pre2
VER= 2.1pre3
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www

View File

@ -1,3 +1,3 @@
MD5 (links-2.1pre2.tar.gz) = 0c9053c69a7149c75cdc93b8166b1322
RMD160 (links-2.1pre2.tar.gz) = 152971e2880e8db35e93f64411d410f6e4f68ad8
SHA1 (links-2.1pre2.tar.gz) = 2640db0da5d80c90e90d467139429b4099c71f2c
MD5 (links-2.1pre3.tar.gz) = 6165c165145aa0f0c9e66f78e15b4f68
RMD160 (links-2.1pre3.tar.gz) = 2a34dd9996a9419e7671cca77b26f8f4219a1f19
SHA1 (links-2.1pre3.tar.gz) = c68c8016813b2216b89bda9f7f8294305b877979

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-x_c,v 1.2 2002/07/29 23:46:35 fgsch Exp $
--- x.c.orig Mon Jun 17 05:22:20 2002
+++ x.c Mon Jul 29 13:29:30 2002
@@ -169,6 +169,20 @@ x_hash_table[X_HASH_TABLE_SIZE];
$OpenBSD: patch-x_c,v 1.3 2002/09/15 07:29:55 fgsch Exp $
--- x.c.orig Thu Sep 12 04:31:03 2002
+++ x.c Sun Sep 15 03:52:31 2002
@@ -168,6 +168,20 @@ x_hash_table[X_HASH_TABLE_SIZE];
static int flush_in_progress=0;
@ -22,7 +22,7 @@ $OpenBSD: patch-x_c,v 1.2 2002/07/29 23:46:35 fgsch Exp $
static void x_do_flush(void *ignore)
{
@@ -606,6 +620,11 @@ static void x_process_events(void *data)
@@ -598,6 +612,11 @@ static void x_process_events(void *data)
gd=x_find_gd(&(event.xkey.window));
if (!gd)break;
x_translate_key((XKeyEvent*)(&event),&k,&f);
@ -34,11 +34,11 @@ $OpenBSD: patch-x_c,v 1.2 2002/07/29 23:46:35 fgsch Exp $
gd->keyboard_handler(gd,k,f);
}
break;
@@ -694,21 +713,8 @@ static void x_process_events(void *data)
@@ -686,21 +705,8 @@ static void x_process_events(void *data)
case 2:
a=B_MIDDLE;
- if (shift_pressed) /* paste */
- if (event.xbutton.state & ShiftMask) /* paste */
- {
- int num=0;
- unsigned char *buffer,*p;
@ -53,8 +53,8 @@ $OpenBSD: patch-x_c,v 1.2 2002/07/29 23:46:35 fgsch Exp $
- if (buffer)XFree(buffer);
- return;
- }
+ x_do_paste(gd);
+ return;
+ x_do_paste(gd);
+ return;
break;
case 4: