Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 192657
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +3 lines)
Line  Link Here
0
--
0
++ b/src/mouse.c
1
-- a/src/mouse.c
Lines 1740-1749 MouseProc(DeviceIntPtr device, int what) Link Here
1740
                                );
1740
                                );
1741
1741
1742
	/* X valuator */
1742
	/* X valuator */
1743
	xf86InitValuatorAxisStruct(device, 0, 0, -1, 1, 0, 1);
1743
	xf86InitValuatorAxisStruct(device, 0, -1, -1, 1, 0, 1);
1744
	xf86InitValuatorDefaults(device, 0);
1744
	xf86InitValuatorDefaults(device, 0);
1745
	/* Y valuator */
1745
	/* Y valuator */
1746
	xf86InitValuatorAxisStruct(device, 1, 0, -1, 1, 0, 1);
1746
	xf86InitValuatorAxisStruct(device, 1, -1, -1, 1, 0, 1);
1747
	xf86InitValuatorDefaults(device, 1);
1747
	xf86InitValuatorDefaults(device, 1);
1748
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
1748
#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0
1749
	xf86MotionHistoryAllocate(pInfo);
1749
	xf86MotionHistoryAllocate(pInfo);

Return to bug 192657