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
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
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
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
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
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
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
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
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
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
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
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
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
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 +
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
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
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
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 +-
>
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
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 +
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.
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
22 matches
Mail list logo