From bc334286b060bc8d0c829b18acebadf24fbdaf19 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 17 May 2007 10:36:46 +0930 Subject: [PATCH] Init device axis with -1,-1 minimum values. This is needed to be able to cross to screens located east/north of the current active screen. --- dix/devices.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dix/devices.c b/dix/devices.c index ac35fe68c..4672b2ac1 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -1011,7 +1011,7 @@ InitValuatorClassDeviceStruct(DeviceIntPtr dev, int numAxes, AllocateMotionHistory(dev); for (i=0; iaxisVal[i]=0; } return TRUE;