public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-elographics/files: 0001-Check-for-XINPUT-ABI-3.patch
@ 2008-06-06 21:50 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 2+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2008-06-06 21:50 UTC (permalink / raw
  To: gentoo-commits

dberkholz    08/06/06 21:50:28

  Added:                0001-Check-for-XINPUT-ABI-3.patch
  Log:
  Bump. Mostly minor fixes.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.1                  x11-drivers/xf86-input-elographics/files/0001-Check-for-XINPUT-ABI-3.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-elographics/files/0001-Check-for-XINPUT-ABI-3.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-elographics/files/0001-Check-for-XINPUT-ABI-3.patch?rev=1.1&content-type=text/plain

Index: 0001-Check-for-XINPUT-ABI-3.patch
===================================================================
From 5b62ac1efec42ad725733d8acaf1c2450224a9d0 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter@cs.unisa.edu.au>
Date: Mon, 26 May 2008 22:06:55 +0930
Subject: [PATCH] Check for XINPUT ABI 3.

---
 src/xf86Elo.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/xf86Elo.c b/src/xf86Elo.c
index 2a76849..c107927 100644
--- a/src/xf86Elo.c
+++ b/src/xf86Elo.c
@@ -1340,7 +1340,10 @@ xf86EloControl(DeviceIntPtr	dev,
        * max and min values scaled from the approximate size of the
        * screen to fit one meter.
        */
-      if (InitValuatorClassDeviceStruct(dev, 2, xf86GetMotionEvents,
+      if (InitValuatorClassDeviceStruct(dev, 2,
+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3
+                  xf86GetMotionEvents,
+#endif
 					local->history_size, Absolute) == FALSE) {
 	ErrorF("Unable to allocate Elographics touchscreen ValuatorClassDeviceStruct\n");
 	return !Success;
-- 
1.5.5.1




-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-elographics/files: 0001-Check-for-XINPUT-ABI-3.patch
@ 2009-11-22 23:55 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2009-11-22 23:55 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/11/22 23:55:50

  Removed:              0001-Check-for-XINPUT-ABI-3.patch
  Log:
  Drop stale patches.
  (Portage version: 2.2_rc51/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-22 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-22 23:55 [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-elographics/files: 0001-Check-for-XINPUT-ABI-3.patch Tomas Chvatal (scarabeus)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-06 21:50 Donnie Berkholz (dberkholz)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox