Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=d518f926feafd359e5e1ebc46f610e5681c96cd5

commit d518f926feafd359e5e1ebc46f610e5681c96cd5
Author: James Buren <[email protected]>
Date:   Fri Oct 26 18:40:45 2012 -0500

xf86-input-evdev-2.7.3-1-x86_64
* remove old patch

diff --git 
a/source/x11/xf86-input-evdev/99340147b9092a5aaec997eca407282a51e1f063.patch 
b/source/x11/xf86-input-evdev/99340147b9092a5aaec997eca407282a51e1f063.patch
deleted file mode 100644
index 93c54d3..0000000
--- a/source/x11/xf86-input-evdev/99340147b9092a5aaec997eca407282a51e1f063.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 99340147b9092a5aaec997eca407282a51e1f063 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer <[email protected]>
-Date: Thu, 15 Mar 2012 05:46:32 +0000
-Subject: Fix inverted horizontal scroll (#46205)
-
-REL_HWHEEL has a positive increment, not a negative one like REL_WHEEL.
-
-X.Org Bug 46205 <http://bugs.freedesktop.org/show_bug.cgi?id=46205>
-
-Signed-off-by: Peter Hutterer <[email protected]>
-Reviewed-by: Chase Douglas <[email protected]>
----
-diff --git a/src/evdev.c b/src/evdev.c
-index d540b87..8cf630c 100644
---- a/src/evdev.c
-+++ b/src/evdev.c
-@@ -1600,7 +1600,7 @@ EvdevAddRelValuatorClass(DeviceIntPtr device)
-         else if (axis == REL_DIAL)
-             SetScrollValuator(device, axnum, SCROLL_TYPE_VERTICAL, -1.0, 
SCROLL_FLAG_NONE);
-         else if (axis == REL_HWHEEL)
--            SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, -1.0, 
SCROLL_FLAG_NONE);
-+            SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, 
SCROLL_FLAG_NONE);
- #endif
-     }
-
---
-cgit v0.9.0.2-2-gbebe
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to