Re: [PATCH] dix: when rescaling from master, rescale from desktop dimensions (#46657)

2012-02-29 Thread Chase Douglas
On 02/26/2012 04:18 PM, Peter Hutterer wrote: master-last.valuators[] is in desktop dimensions, so use those as rescale axis ranges, not the screen. Otherwise, a rescale on any screen not the top-left will cause out-of-bounds coordinates which will always map to the bottom-right screen, causing

[PATCH] dix: when rescaling from master, rescale from desktop dimensions (#46657)

2012-02-26 Thread Peter Hutterer
master-last.valuators[] is in desktop dimensions, so use those as rescale axis ranges, not the screen. Otherwise, a rescale on any screen not the top-left will cause out-of-bounds coordinates which will always map to the bottom-right screen, causing the device to be stuck on that screen. X.Org