Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-input-mouse/files: 1.2.2-zaphod-xinerama-fix.diff
Date: Mon, 01 Oct 2007 18:05:10
Message-Id: E1IcPV6-0001F2-Ck@stork.gentoo.org
1 dberkholz 07/10/01 17:56:12
2
3 Added: 1.2.2-zaphod-xinerama-fix.diff
4 Log:
5 Sorry, forgot to commit the actual patch.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.1 x11-drivers/xf86-input-mouse/files/1.2.2-zaphod-xinerama-fix.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-mouse/files/1.2.2-zaphod-xinerama-fix.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-input-mouse/files/1.2.2-zaphod-xinerama-fix.diff?rev=1.1&content-type=text/plain
13
14 Index: 1.2.2-zaphod-xinerama-fix.diff
15 ===================================================================
16 From: Fredrik Rinnestam <fredrik@××××.se>
17 Date: Wed, 19 Sep 2007 21:24:13 +0000 (+0200)
18 Subject: Bug #12145: Don't confine the pointer to one screen in zaphod mode.
19 X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-mouse.git;a=commitdiff;h=f42ea3027c13046dfa7a603737b476fbf2833764
20
21 Bug #12145: Don't confine the pointer to one screen in zaphod mode.
22
23 Fix ported from evdev's b4a5a20476f7bc77d54a860d7cdd81c223bdb81f.
24 ---
25
26 --- a/src/mouse.c
27 +++ b/src/mouse.c
28 @@ -1740,10 +1740,10 @@ MouseProc(DeviceIntPtr device, int what)
29 );
30
31 /* X valuator */
32 - xf86InitValuatorAxisStruct(device, 0, 0, -1, 1, 0, 1);
33 + xf86InitValuatorAxisStruct(device, 0, -1, -1, 1, 0, 1);
34 xf86InitValuatorDefaults(device, 0);
35 /* Y valuator */
36 - xf86InitValuatorAxisStruct(device, 1, 0, -1, 1, 0, 1);
37 + xf86InitValuatorAxisStruct(device, 1, -1, -1, 1, 0, 1);
38 xf86InitValuatorDefaults(device, 1);
39 #if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
40 xf86MotionHistoryAllocate(pInfo);
41
42
43
44 --
45 gentoo-commits@g.o mailing list