summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2007-09-21 20:47:14 +0000
committerjoerg <joerg>2007-09-21 20:47:14 +0000
commit1282f326dc7d5944fd1232f0ed59f0ff5df77125 (patch)
tree20c59f2a4e541676943e323bde608386a3a9f755 /x11
parentb4a4beb06e97fe2402cbb6e5e191788dba6f2b51 (diff)
downloadpkgsrc-1282f326dc7d5944fd1232f0ed59f0ff5df77125.tar.gz
Remove patch, XInputCheckExtension has some magic for that.
Diffstat (limited to 'x11')
-rw-r--r--x11/libXi/distinfo3
-rw-r--r--x11/libXi/patches/patch-aa16
2 files changed, 1 insertions, 18 deletions
diff --git a/x11/libXi/distinfo b/x11/libXi/distinfo
index 8fb0df08103..e5606db1db6 100644
--- a/x11/libXi/distinfo
+++ b/x11/libXi/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.6 2007/09/21 19:39:11 joerg Exp $
+$NetBSD: distinfo,v 1.7 2007/09/21 20:47:14 joerg Exp $
SHA1 (libXi-1.1.3.tar.bz2) = 60608bcbebadc5fe0b51b5012e9301eb720988fe
RMD160 (libXi-1.1.3.tar.bz2) = e6446f28a903eed54eccc5d4df685f9623942a0b
Size (libXi-1.1.3.tar.bz2) = 248007 bytes
-SHA1 (patch-aa) = f4709b631db41d00302d520b3507dd74e7fe1b4a
diff --git a/x11/libXi/patches/patch-aa b/x11/libXi/patches/patch-aa
deleted file mode 100644
index 095cd64c270..00000000000
--- a/x11/libXi/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/09/21 19:39:11 joerg Exp $
-
---- src/XStFocus.c.orig 2007-09-21 21:35:50.000000000 +0200
-+++ src/XStFocus.c
-@@ -72,8 +72,10 @@ XSetDeviceFocus(dpy, dev, focus, revert_
- XExtDisplayInfo *info = XInput_find_display(dpy);
-
- LockDisplay(dpy);
-- if (_XiCheckExtInit(dpy, XInput_Initial_Release, info) == -1)
-+ if (_XiCheckExtInit(dpy, XInput_Initial_Release, info) == -1) {
-+ UnlockDisplay(dpy);
- return (NoSuchExtension);
-+ }
-
- GetReq(SetDeviceFocus, req);
- req->reqType = info->codes->major_opcode;