Re: [PATCH 3/4] Fix redundant declaration of SetAccelerationProfile()

2012-02-01 Thread Simon Thum
On 01/27/2012 04:55 PM, Jon TURNEY wrote: ptrveloc.c:65:1: warning: redundant redeclaration of 'SetAccelerationProfile' [-Wredundant-decls] ../include/ptrveloc.h:120:1: note: previous declaration of 'SetAccelerationProfile' was here This looks like a left-over declaration which used to be stat

[PATCH synaptics 5/5] Don't initialize touch state if device does is not multitouch

2012-02-01 Thread Chase Douglas
And don't attempt to use it either. Signed-off-by: Chase Douglas --- src/eventcomm.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/eventcomm.c b/src/eventcomm.c index 4cbdd3e..b261d7f 100644 --- a/src/eventcomm.c +++ b/src/eventcomm.c @@ -133,6 +133,9 @@ Initia

[PATCH synaptics 4/5] Don't initialize semi-multitouch devices for touch device class

2012-02-01 Thread Chase Douglas
Signed-off-by: Chase Douglas --- src/eventcomm.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/eventcomm.c b/src/eventcomm.c index b9e45e3..4cbdd3e 100644 --- a/src/eventcomm.c +++ b/src/eventcomm.c @@ -806,10 +806,20 @@ event_query_touch(InputInfoPtr pInf

[PATCH synaptics 3/5] Only move the cursor when one touch is on a touchpad

2012-02-01 Thread Chase Douglas
Otherwise, we might post motion events and touch events for the same physical interaction. Signed-off-by: Chase Douglas --- src/synaptics.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/synaptics.c b/src/synaptics.c index 8db1467..ee7b847 100644 --- a/src/syna

[PATCH synaptics 2/5] Ensure delta computation does not go crazy

2012-02-01 Thread Chase Douglas
I have seen this a couple times, but I haven't been able to catch it when it starts. It's a feedback loop, so once you miss the entrance of the loop, you can't see what really went wrong. This patch papers over the issue for now. Signed-off-by: Chase Douglas --- src/synaptics.c |8

[PATCH synaptics 1/5] Don't emit touch sequences if only one touch is active

2012-02-01 Thread Chase Douglas
When a second touch begins, emit a touch begin for the first touch with the current valuator values. When a touch ends and we are going from two touches down to one touch, end both touches. This ensures we don't send a touch sequence at the same time we are moving the pointer. Signed-off-by: Chase

Re: [PATCH] Removal of early acceptance and grab_window

2012-02-01 Thread Chase Douglas
On 01/27/2012 06:50 AM, Peter Hutterer wrote: > > These two features were still marked with a "FIXME" in the server, both > unimplemented (early acceptance responded with a BadAccess, the window > argument was ignored completely). > Drop them from XI 2.2, they're a nice feature to have but it's un

Re: [PATCH xorg-gtest] Fix build system.

2012-02-01 Thread Chase Douglas
On 02/01/2012 05:05 PM, Peter Hutterer wrote: > On Wed, Feb 01, 2012 at 04:23:12PM +0200, Jussi Pakkanen wrote: >> Currently the code builds only if the headers and libs happen >> to be in the system paths already. Fix that. >> >> Signed-off-by: Jussi Pakkanen >> --- >> Makefile.am | 1

Re: [PATCH v3 xorg-gtest] Added --xorg-logfile option.

2012-02-01 Thread Chase Douglas
On 02/01/2012 01:22 PM, Daniel d'Andrada wrote: > And by default point to a location that doesn't require root privileges > to be used. > > This will make it possible to run Xorg without being root. > > Signed-off-by: Daniel d'Andrada Looks good! I've merged it in. In the future, please use gi

[PATCH libXaw] Include headers instead of using extern definitions

2012-02-01 Thread Matt Turner
Signed-off-by: Matt Turner --- src/AllWidgets.c | 67 +++-- 1 files changed, 29 insertions(+), 38 deletions(-) diff --git a/src/AllWidgets.c b/src/AllWidgets.c index 27be437..3b13438 100644 --- a/src/AllWidgets.c +++ b/src/AllWidgets.c @@ -28,46

[PATCH libXaw3d 2/2] Add multiSink and multiSrc to AllWidgets.c

2012-02-01 Thread Matt Turner
Noticed when comparing with libXaw's AllWidgets.c. --- src/AllWidgets.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/AllWidgets.c b/src/AllWidgets.c index 21c683b..d0ec9d0 100644 --- a/src/AllWidgets.c +++ b/src/AllWidgets.c @@ -47,6 +47,7 @@ in this Software with

[PATCH libXaw3d 1/2] Include WidgetNode.h from AllWidgets.h

2012-02-01 Thread Matt Turner
Makes these two files closer to the libXaw originals. Signed-off-by: Matt Turner --- include/X11/Xaw3d/AllWidgets.h |2 ++ src/AllWidgets.c |2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/include/X11/Xaw3d/AllWidgets.h b/include/X11/Xaw3d/AllWidgets.h

Re: [PATCH] configure.ac: bump GL requirements

2012-02-01 Thread Ian Romanick
On 01/26/2012 10:37 AM, Dave Airlie wrote: On Thu, Jan 26, 2012 at 3:53 PM, Luc Verhaegen wrote: On Thu, Jan 26, 2012 at 03:44:58PM +, Dave Airlie wrote: From: Dave Airlie Once Ian's GLX changes are commited for GL3.0 support, then we need to bump the minimum requirements for glproto and

[PATCH libXaw3d] Include headers instead of using extern definitions

2012-02-01 Thread Matt Turner
Caught a mistake in SmeThreeD.h: smeThreeDWidgetClass was declared instead of smeThreeDObjectClass. Also fixes redundant redeclaration warnings. Signed-off-by: Matt Turner --- include/X11/Xaw3d/SmeThreeD.h |2 +- src/AllWidgets.c | 74 +

[PATCH] Remove MGADRI_DEVEL configure option

2012-02-01 Thread Ian Romanick
From: Ian Romanick This option, and XF86DRI_DEVEL before it, haven't been used in years. Signed-off-by: Ian Romanick --- configure.ac |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 840ff3c..23fbc9b 100644 --- a/configure.ac +++ b/conf

Re: [PATCH] Make --enable-internationalization default

2012-02-01 Thread Matt Turner
On Wed, Feb 1, 2012 at 12:19 PM, Matt Turner wrote: > From: Gaetan Nadon > > libXaw3d-1.5 was built with internationalization by default and software > such as gv and xterm require it. > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 > > Signed-off-by: Matt Turner > --- Shoot. This

[PATCH] Make --enable-internationalization default

2012-02-01 Thread Matt Turner
From: Gaetan Nadon libXaw3d-1.5 was built with internationalization by default and software such as gv and xterm require it. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=45153 Signed-off-by: Matt Turner --- configure.ac | 12 +++- 1 files changed, 7 insertions(+), 5 deletions

Re: [PATCH xorg-gtest] Fix build system.

2012-02-01 Thread Peter Hutterer
On Wed, Feb 01, 2012 at 04:23:12PM +0200, Jussi Pakkanen wrote: > Currently the code builds only if the headers and libs happen > to be in the system paths already. Fix that. > > Signed-off-by: Jussi Pakkanen > --- > Makefile.am | 13 - > configure.ac |2 +- >

[PATCH xorg-gtest] Fix build system.

2012-02-01 Thread Jussi Pakkanen
Currently the code builds only if the headers and libs happen to be in the system paths already. Fix that. Signed-off-by: Jussi Pakkanen --- Makefile.am | 13 - configure.ac |2 +- examples/Makefile.am | 29 - 3 files changed, 13 i

[PATCH v3 xorg-gtest] Added --xorg-logfile option.

2012-02-01 Thread Daniel d'Andrada
And by default point to a location that doesn't require root privileges to be used. This will make it possible to run Xorg without being root. Signed-off-by: Daniel d'Andrada diff: === modified file 'include/xorg/gtest/environment.h' --- include/xorg/gtest/environment.h2011-12-14 19:01:39 +

Re: [PATCH inputproto 1/3] Unbreak protocol ABI for XIAllowEvents.

2012-02-01 Thread Peter Hutterer
On Tue, Jan 31, 2012 at 08:49:58PM +0100, Chase Douglas wrote: > On 01/27/2012 06:50 AM, Peter Hutterer wrote: > > XIAllowEvents was extended with touchid and grab_window in > > 2ea2f99f4fe1dcd3b8e539ca41c482fc40a0533d. This extended the size of the > > request from 12 to 20 but also broke the ABI.

Re: [PATCH app-transset] COPYING: make the content reflect the copyright statements in source code

2012-02-01 Thread Bart Massey
Uh, if the code's keithp's or dstone's or somebody like that, just ask them to fix it. They will likely respond both promptly and positively. --Bart On Fri, Jan 27, 2012 at 7:42 AM, Gaetan Nadon wrote: > On 12-01-26 09:19 PM, Arnaud Fontaine wrote: >> Hello, >> >> Gaetan Nadon writes: >> >>> The