Re: [Linuxwacom-devel] [PATCH] dixScreenOrigins has been removed from server

2010-06-16 Thread Gaetan Nadon
On Wed, 2010-06-16 at 13:53 +1000, Peter Hutterer wrote: On Tue, Jun 15, 2010 at 09:54:41PM -0400, Gaetan Nadon wrote: Since commit a83cff9f4d622b069c96a68b4e87a669bf1f6446 Fields x and y have been added to ScreenRec. Signed-off-by: Gaetan Nadon mems...@videotron.ca ---

Re: [Linuxwacom-devel] [PATCH] dixScreenOrigins has been removed from server

2010-06-16 Thread Peter Hutterer
On 16/06/2010, at 22:07 , Gaetan Nadon wrote: On Wed, 2010-06-16 at 13:53 +1000, Peter Hutterer wrote: On Tue, Jun 15, 2010 at 09:54:41PM -0400, Gaetan Nadon wrote: Since commit a83cff9f4d622b069c96a68b4e87a669bf1f6446 Fields x and y have been added to ScreenRec. Signed-off-by:

Re: [Linuxwacom-devel] [PATCH] dixScreenOrigins has been removed from server

2010-06-16 Thread Ping Cheng
On Wed, Jun 16, 2010 at 6:13 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On 16/06/2010, at 22:07 , Gaetan Nadon wrote: On Wed, 2010-06-16 at 13:53 +1000, Peter Hutterer wrote: On Tue, Jun 15, 2010 at 09:54:41PM -0400, Gaetan Nadon wrote: Since commit

Re: [Linuxwacom-devel] [PATCH] dixScreenOrigins has been removed from server

2010-06-16 Thread Peter Hutterer
On Wed, Jun 16, 2010 at 09:25:39AM -0700, Ping Cheng wrote: On Wed, Jun 16, 2010 at 6:13 AM, Peter Hutterer peter.hutte...@who-t.net wrote: On 16/06/2010, at 22:07 , Gaetan Nadon wrote: On Wed, 2010-06-16 at 13:53 +1000, Peter Hutterer wrote: On Tue, Jun 15, 2010 at 09:54:41PM -0400,

Re: [Linuxwacom-devel] [PATCH] dixScreenOrigins has been removed from server

2010-06-16 Thread Ping Cheng
On Wed, Jun 16, 2010 at 3:26 PM, Peter Hutterer peter.hutte...@who-t.net wrote: We could probably still bump the ABI but right now I'm wondering if we even need the information in the driver. From my current tests, ripping out all multi-screen stuff provides better results than the

[Linuxwacom-devel] [PATCH 3/8] Move numScreen initialization into option parsing.

2010-06-16 Thread Peter Hutterer
Let's not hide it somewhere else, parse and set all options and defaults in one place. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/wcmCommon.c |2 -- src/wcmValidateDevice.c |5 + src/xf86Wacom.c |3 --- 3 files changed, 5 insertions(+), 5

[Linuxwacom-devel] [PATCH 4/8] commonDispatchDevice: return early if no device was found.

2010-06-16 Thread Peter Hutterer
This patch has no functional changes, it simply reduces by one indentation level. Instead of if (pDev) { huge amount of code } return; It now does: if (!pDev) return; huge amount of code Signed-off-by: Peter Hutterer peter.hutte...@who-t.net ---

[Linuxwacom-devel] [PATCH 1/8] Don't reconfigure the axes when switching mode.

2010-06-16 Thread Peter Hutterer
Run-time axis configuration is not really allowed. The XI2 protocol permits it but it's forbidden for XI1 clients since they have no notification mechanisms. And we don't have any server APIs for the XI2 stuff yet. If a client issues ListInputDevices and the driver reconfigures _after_ that, the