Re: [PATCH 10/11] xkb: remove XkbFoobar -> SrvXkbFoobar defines.

2010-01-17 Thread Peter Hutterer
On Fri, Jan 15, 2010 at 08:45:33AM -0800, Dan Nicholson wrote: > On Thu, Jan 14, 2010 at 9:32 PM, Peter Hutterer > wrote: > > These functions have the same names as the client-side functions as a legacy > > of the shared header files. Remove the define, rename all functions to > > XkbSrvFoobar. Xk

Re: [PATCH 06/11] xkb: purge _XkbLibError.

2010-01-17 Thread Peter Hutterer
On Fri, Jan 15, 2010 at 08:33:44AM -0800, Dan Nicholson wrote: > On Thu, Jan 14, 2010 at 9:32 PM, Peter Hutterer > wrote: > > This is a leftover from the shared header files and was defined away anyway. > > > > Signed-off-by: Peter Hutterer > > --- > >  include/xkbsrv.h |    1 - > >  xkb/xkbout.c

Re: [PATCH] Only enable kdrive input drivers on Linux by default

2010-01-17 Thread Peter Hutterer
On Sat, Jan 16, 2010 at 10:48:37AM -0800, Alan Coopersmith wrote: > Fixes build on non-Linux platforms by restoring the defaults to > where they were before commit 6c2b3a4247d10a50699ffa6abb643c5e959eefa8, > to only enable the Linux kbd, mouse & evdev drivers when building > on Linux platforms. >

Re: [PATCH v2] Allow driver to call DeleteInputDeviceRequest during UnInit

2010-01-17 Thread Peter Hutterer
On Fri, Jan 15, 2010 at 10:40:02AM +0100, Simon Thum wrote: > Oldřich Jedlička wrote: > > When the input driver (like xf86-input-wacom) removes it's devices > > during a call to UnInit, the CloseDownDevices() cannot handle it. The > > "next" variable can become a pointer to freed memory. > > > > T

Re: Enabling multitouch in input-evdev

2010-01-17 Thread Peter Hutterer
On Thu, Jan 14, 2010 at 11:23:23AM +0100, Bradley T. Hughes wrote: > On 01/12/2010 12:03 PM, ext Peter Hutterer wrote: > >>So, first question: is my behavior the good one? (not being > >>compliant with Windows or MacOS) > > > >Short answer - no. Long answer - sort-of. > > > >Multitouch in X is curr

Re: [PATCH xserver] packaging: provide a default README file #24206

2010-01-17 Thread Peter Hutterer
On Fri, Jan 15, 2010 at 02:13:18PM -0500, Gaetan Nadon wrote: > All modules should have a README file. > The bottom URL section is found in all X.Org README files. > > Reviewed-by: Peter Hutterer > Signed-off-by: Gaetan Nadon > --- > README | 38 ++ > 1 fil

Re: [PATCH util-macros] Add XORG_WITH_XMLTO to factorize xmlto tests.

2010-01-17 Thread Gaetan Nadon
On Mon, 2010-01-18 at 00:17 +, Julien Cristau wrote: > On Tue, Jan 12, 2010 at 19:08:49 -0500, Gaetan Nadon wrote: > > > Changed my mind about 'yes' + 'missing xmlto' = error. Not for this macro > > to decide. WARN instead. > > When we get an explicit command line argument, I think it need

Re: [PATCH util-macros] Add XORG_WITH_XMLTO to factorize xmlto tests.

2010-01-17 Thread Thomas Dickey
On Mon, 18 Jan 2010, Julien Cristau wrote: > On Tue, Jan 12, 2010 at 19:08:49 -0500, Gaetan Nadon wrote: > >> Changed my mind about 'yes' + 'missing xmlto' = error. Not for this macro >> to decide. WARN instead. > > When we get an explicit command line argument, I think it needs to > either be o

Re: [PATCH util-macros] Add XORG_WITH_XMLTO to factorize xmlto tests.

2010-01-17 Thread Julien Cristau
On Tue, Jan 12, 2010 at 19:08:49 -0500, Gaetan Nadon wrote: > Changed my mind about 'yes' + 'missing xmlto' = error. Not for this macro to > decide. WARN instead. When we get an explicit command line argument, I think it needs to either be obeyed or lead to an error. A warning is just going to

[PATCH v2] xrandr: display gamma and brightness

2010-01-17 Thread Éric Piel
Hello, Here is a new version of my patch to display the current gamma and brightness. It takes into account the comments from Yang with respect to the brightness not being correctly computed when gamma's are very different between colours. In addition, it also makes sure that when setting the gam

Re: [PATCH util-macros] Add XORG_WITH_XMLTO to factorize xmlto tests.

2010-01-17 Thread Gaetan Nadon
On Sun, 2010-01-17 at 21:42 +0100, Matthieu Herrb wrote: > On Tue, Jan 12, 2010 at 07:08:49PM -0500, Gaetan Nadon wrote: > > From: Matthieu Herrb > > > > This also allow to configure with --without-xmlto to ignore > > a 3rd party xmlto tool on systems that normally don't have it, > > in order to

Re: [PATCH util-macros] Add XORG_WITH_XMLTO to factorize xmlto tests.

2010-01-17 Thread Matthieu Herrb
On Tue, Jan 12, 2010 at 07:08:49PM -0500, Gaetan Nadon wrote: > From: Matthieu Herrb > > This also allow to configure with --without-xmlto to ignore > a 3rd party xmlto tool on systems that normally don't have it, > in order to have reproducable builds. > > Reviewed-by: Rémi Cardona > Signed-of

Re: [PATCH:xev] Add -root option to specify monitoring root window events.

2010-01-17 Thread Dan Nicholson
On Sat, Jan 16, 2010 at 10:09 AM, Kim Woelders wrote: > > Signed-off-by: Kim Woelders Looks nice. Reviewed-by: Dan Nicholson ___ xorg-devel mailing list xorg-devel@lists.x.org http://lists.x.org/mailman/listinfo/xorg-devel

[PATCH v3] Allow driver to call DeleteInputDeviceRequest during UnInit

2010-01-17 Thread Oldřich Jedlička
When the input driver (like xf86-input-wacom) removes it's devices during a call to UnInit, the CloseDownDevices() cannot handle it. The "next" variable can become a pointer to freed memory. The patch introduces order-independent device freeing mechanism by remembering the already freed device ids