diff options
author | wiz <wiz> | 2013-03-07 06:35:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-03-07 06:35:54 +0000 |
commit | 6238b3bff28c9062a40c9551a9f2ceadefea4c4b (patch) | |
tree | ea3296a3a32d2abd8c95d4538ec640507be38a2d /x11/inputproto | |
parent | 9f202a1c46f906d6b99ef4ff32c7bda8aa40aa2a (diff) | |
download | pkgsrc-6238b3bff28c9062a40c9551a9f2ceadefea4c4b.tar.gz |
Update to 2.3:
The feature added in this revision is pointer barrier events and releases.
Pointer barriers themselves are an XFixes 5 feature, XI 2.3 adds two
disctinct features to barriers:
* the ability for clients to get notified if pointer movement is restricted
by a barrier
* the ability for clients to allow a pointer to move through a barrier after
it was constrained by the barrier
For a more verbose explanation of these features please refer to:
http://who-t.blogspot.com.au/2012/12/whats-new-in-xi-23-pointer-barrier.html
Diffstat (limited to 'x11/inputproto')
-rw-r--r-- | x11/inputproto/Makefile | 4 | ||||
-rw-r--r-- | x11/inputproto/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/inputproto/Makefile b/x11/inputproto/Makefile index 88f5aae75d6..4922e51873c 100644 --- a/x11/inputproto/Makefile +++ b/x11/inputproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2012/10/29 05:06:21 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/03/07 06:35:54 wiz Exp $ # -DISTNAME= inputproto-2.2 +DISTNAME= inputproto-2.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/inputproto/distinfo b/x11/inputproto/distinfo index 0136fb9e5d7..f1aa1023876 100644 --- a/x11/inputproto/distinfo +++ b/x11/inputproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2012/06/03 19:45:42 wiz Exp $ +$NetBSD: distinfo,v 1.13 2013/03/07 06:35:54 wiz Exp $ -SHA1 (inputproto-2.2.tar.bz2) = 500e0a6dac3523887c0b82753fe5e9d4bb982137 -RMD160 (inputproto-2.2.tar.bz2) = 7b93f798ab953e21e64a21170d6d151c6ffe3171 -Size (inputproto-2.2.tar.bz2) = 178839 bytes +SHA1 (inputproto-2.3.tar.bz2) = 4eacc1883593d3f0040e410be3afc8483c7d2409 +RMD160 (inputproto-2.3.tar.bz2) = 43a6517f4c3f97a218fd729344e0fea3ee60b5a7 +Size (inputproto-2.3.tar.bz2) = 195642 bytes |