diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-22 23:53:53 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-11-22 23:53:53 +0000 |
commit | a12ac65babbad8e2300b960de795c5ab06eaaf2c (patch) | |
tree | 81f6f7ddcf32027f118ed58dbc154f5f0589b853 /x11-drivers/xf86-input-mouse | |
parent | Drop stale patches. (diff) | |
download | gentoo-2-a12ac65babbad8e2300b960de795c5ab06eaaf2c.tar.gz gentoo-2-a12ac65babbad8e2300b960de795c5ab06eaaf2c.tar.bz2 gentoo-2-a12ac65babbad8e2300b960de795c5ab06eaaf2c.zip |
Drop stale patches.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-mouse')
-rw-r--r-- | x11-drivers/xf86-input-mouse/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-mouse/files/1.2.2-zaphod-xinerama-fix.diff | 25 |
2 files changed, 5 insertions, 26 deletions
diff --git a/x11-drivers/xf86-input-mouse/ChangeLog b/x11-drivers/xf86-input-mouse/ChangeLog index 2a8206706ee2..e6a7d70a7496 100644 --- a/x11-drivers/xf86-input-mouse/ChangeLog +++ b/x11-drivers/xf86-input-mouse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-mouse # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.81 2009/10/06 11:19:26 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-mouse/ChangeLog,v 1.82 2009/11/22 23:53:53 scarabeus Exp $ + + 22 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> + -files/1.2.2-zaphod-xinerama-fix.diff: + Drop stale patches. *xf86-input-mouse-1.5.0 (06 Oct 2009) diff --git a/x11-drivers/xf86-input-mouse/files/1.2.2-zaphod-xinerama-fix.diff b/x11-drivers/xf86-input-mouse/files/1.2.2-zaphod-xinerama-fix.diff deleted file mode 100644 index 603af0de6166..000000000000 --- a/x11-drivers/xf86-input-mouse/files/1.2.2-zaphod-xinerama-fix.diff +++ /dev/null @@ -1,25 +0,0 @@ -From: Fredrik Rinnestam <fredrik@obra.se> -Date: Wed, 19 Sep 2007 21:24:13 +0000 (+0200) -Subject: Bug #12145: Don't confine the pointer to one screen in zaphod mode. -X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-mouse.git;a=commitdiff;h=f42ea3027c13046dfa7a603737b476fbf2833764 - -Bug #12145: Don't confine the pointer to one screen in zaphod mode. - -Fix ported from evdev's b4a5a20476f7bc77d54a860d7cdd81c223bdb81f. ---- - ---- a/src/mouse.c -+++ b/src/mouse.c -@@ -1740,10 +1740,10 @@ MouseProc(DeviceIntPtr device, int what) - ); - - /* X valuator */ -- xf86InitValuatorAxisStruct(device, 0, 0, -1, 1, 0, 1); -+ xf86InitValuatorAxisStruct(device, 0, -1, -1, 1, 0, 1); - xf86InitValuatorDefaults(device, 0); - /* Y valuator */ -- xf86InitValuatorAxisStruct(device, 1, 0, -1, 1, 0, 1); -+ xf86InitValuatorAxisStruct(device, 1, -1, -1, 1, 0, 1); - xf86InitValuatorDefaults(device, 1); - #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0 - xf86MotionHistoryAllocate(pInfo); |