From owner-freebsd-stable Mon Jul 22 17:59:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D2FF37B400 for ; Mon, 22 Jul 2002 17:59:49 -0700 (PDT) Received: from mail.netrus.net (mail.netrus.net [206.251.192.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id A886A43E3B for ; Mon, 22 Jul 2002 17:59:48 -0700 (PDT) (envelope-from troc@netrus.net) Received: from eyrie.homenet (whee@d157.netrus.net [206.251.198.157]) by mail.netrus.net (8.8.8/8.8.8) with ESMTP id UAA10639 for ; Mon, 22 Jul 2002 20:01:58 -0400 Received: from eyrie.homenet (abuse@localhost [127.0.0.1]) by eyrie.homenet (8.12.5/8.12.5) with ESMTP id g6N0xjTn083665 for ; Mon, 22 Jul 2002 20:59:45 -0400 (EDT) (envelope-from troc@eyrie.homenet) Received: (from troc@localhost) by eyrie.homenet (8.12.5/8.12.5/Submit) id g6N0xjZl083664 for freebsd-stable@FreeBSD.ORG; Mon, 22 Jul 2002 20:59:45 -0400 (EDT) (envelope-from troc) Date: Mon, 22 Jul 2002 20:59:45 -0400 From: Rocco Caputo To: freebsd-stable@FreeBSD.ORG Subject: xinput patch for gtk12 port Message-ID: <20020723005945.GC481@eyrie.homenet> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Yylu36WmvOXNoKYn" Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --Yylu36WmvOXNoKYn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Gtk supports XInput for pen and other odd input devices. Gimp uses this to support my Wacom tablet. I have attached a very short patch to gtk12's Makefile that adds a WITH_XINPUT flag to turn this on. -- Rocco Caputo / troc@pobox.com / poe.perl.org / poe.sf.net --Yylu36WmvOXNoKYn Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=gtk12-xinput-patch --- gtk12/Makefile-orig Mon Jul 22 20:49:47 2002 +++ gtk12/Makefile Mon Jul 22 20:48:08 2002 @@ -31,6 +31,12 @@ MAN1= gtk12-config.1 +.if defined(WITH_XINPUT) + CONFIGURE_ARGS+= --with-xinput=xfree +.else + ${ECHO_CMD} '*** Set WITH_XINPUT to enable XInput (for pen tablets, etc.)' +.endif + pre-build: ${RM} -rf ${WRKSRC}/docs/gtk.info* --Yylu36WmvOXNoKYn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message