Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 41B7E63F18B for ; Thu, 7 Mar 2013 06:36:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CAC8F14A3D2; Thu, 7 Mar 2013 06:35:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 12DF614A3D1 for ; Thu, 7 Mar 2013 06:35:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nbHRt48PH7b4 for ; Thu, 7 Mar 2013 06:35:57 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8418114A3CB for ; Thu, 7 Mar 2013 06:35:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0B361175DD; Thu, 7 Mar 2013 06:35:56 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 7 Mar 2013 06:35:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/inputproto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20130307063557.0B361175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Thu Mar 7 06:35:56 UTC 2013 Modified Files: pkgsrc/x11/inputproto: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/inputproto/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/inputproto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.