summaryrefslogtreecommitdiffstats
path: root/x11-drivers/xf86-input-mouse/files/patch-src_mouse.h
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-07-30 07:27:05 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-07-30 07:27:05 +0800
commit4c3ae772f44e37e99d6cae1be51d0b97c6116a35 (patch)
treeb43655237fe74e9744828e8308e4606de8a9b5bf /x11-drivers/xf86-input-mouse/files/patch-src_mouse.h
parentf983024626bbd4de6bc6948e21906ff7100e1169 (diff)
downloadxorg-devel-ports-4c3ae772f44e37e99d6cae1be51d0b97c6116a35.tar
xorg-devel-ports-4c3ae772f44e37e99d6cae1be51d0b97c6116a35.tar.gz
xorg-devel-ports-4c3ae772f44e37e99d6cae1be51d0b97c6116a35.tar.bz2
xorg-devel-ports-4c3ae772f44e37e99d6cae1be51d0b97c6116a35.tar.lz
xorg-devel-ports-4c3ae772f44e37e99d6cae1be51d0b97c6116a35.tar.xz
xorg-devel-ports-4c3ae772f44e37e99d6cae1be51d0b97c6116a35.tar.zst
xorg-devel-ports-4c3ae772f44e37e99d6cae1be51d0b97c6116a35.zip
Update a whole bunch of drivers to the latest version.
In this update: xf86-input-keyboard version 1.6.2 xf86-input-mouse version 1.8.0 -> most patches needed to be applied by hand and regenerated. xf86-video-apm version 1.2.5 xf86-video-ark version 0.7.5 xf86-video-chips version 1.2.5 xf86-video-cirrus version 1.5.1 xf86-video-dummy version 0.3.6 xf86-video-fbdev version 0.4.3 -> Copied from regular ports tree and updated. xf86-video-glint version 1.2.8 xf86-video-i128 version 1.3.6 xf86-video-i740 version 1.3.4 xf86-video-intel version 2.20.2 -> Only ypdated if WITH_NEW_XORG is set -> Added missing dependency on x11/xcb-util xf86-video-mach version 6.9.3 xf86-video-mga version 1.6.1 xf86-video-neomagic version 1.2.7 -> Copied from regular ports tree and updated xf86-video-nv version 2.1.20 -> Copied from regular ports tree and updated. xf86-video-openchrome version 1.3.0 xf86-video-r128 version 6.8.4 -> Copied from regular ports tree and updated. xf86-video-rendition version 4.2.5 xf86-video-s3 version 0.6.5 xf86-video-s3virge version 1.10.6 xf86-video-savage version 2.3.6 xf86-video-siliconmotion version 1.7.7 xf86-video-sis version 0.10.7 xf86-video-tdfx version 1.4.5 -> Copied from regular ports tree and updated. xf86-video-tga version 1.2.2 -> Copied from regular ports tree and updated. xf86-video-trident version 1.3.6 -> Copied from regular ports tree and updated. xf86-video-tseng version 1.2.5 -> Copied from regular ports tree and updated. xf86-video-voodoo version 1.2.5 git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@541 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'x11-drivers/xf86-input-mouse/files/patch-src_mouse.h')
-rw-r--r--x11-drivers/xf86-input-mouse/files/patch-src_mouse.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/x11-drivers/xf86-input-mouse/files/patch-src_mouse.h b/x11-drivers/xf86-input-mouse/files/patch-src_mouse.h
index 98defb1..abb2ac9 100644
--- a/x11-drivers/xf86-input-mouse/files/patch-src_mouse.h
+++ b/x11-drivers/xf86-input-mouse/files/patch-src_mouse.h
@@ -1,24 +1,25 @@
---- ./src/mouse.h.orig 2011-06-25 07:24:41.000000000 +0200
-+++ ./src/mouse.h 2012-03-02 14:02:43.000000000 +0100
-@@ -217,10 +217,12 @@
- Bool emulate3ButtonsSoft;
- int emulate3Timeout;/* Timeout for 3 button emulation */
- Bool chordMiddle;
-+ Bool disableXY;
+--- src/mouse.h.orig 2012-07-27 08:10:56.000000000 +0200
++++ src/mouse.h 2012-07-30 00:41:02.000000000 +0200
+@@ -217,10 +217,13 @@
+ Bool emulate3ButtonsSoft;
+ int emulate3Timeout;/* Timeout for 3 button emulation */
+ Bool chordMiddle;
++ Bool disableXY;
Bool flipXY;
int invX;
int invY;
- int resolution;
-+ Bool hasZ, hasW;
- int negativeZ; /* button mask */
- int positiveZ; /* button mask */
- int negativeW; /* button mask */
-@@ -259,6 +261,8 @@
- int doubleClickOldSourceState;
- int lastMappedButtons;
- int buttonMap[MSE_MAXBUTTONS];
-+ float fracdx,fracdy;
-+ float sensitivity;
+ int resolution;
++ Bool hasW;
++ Bool hasZ;
+ int negativeZ; /* button mask */
+ int positiveZ; /* button mask */
+ int negativeW; /* button mask */
+@@ -259,6 +262,8 @@
+ int doubleClickOldSourceState;
+ int lastMappedButtons;
+ int buttonMap[MSE_MAXBUTTONS];
++ float fracdx,fracdy;
++ float sensitivity;
} MouseDevRec, *MouseDevPtr;
#endif /* _XF86OSMOUSE_H_ */