Re: [PATCH xf86-video-vmware] Fix manpage.

2012-02-13 Thread Johannes Obermayr
Am Mittwoch, 8. Februar 2012, 23:17:52 schrieb Johannes Obermayr: > --- > man/vmware.man |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/man/vmware.man b/man/vmware.man > index 288981c..ebfb62c 100644 > --- a/man/vmware.man > +++ b/man/vmware.man > @@ -27,7 +27,7 @@

[PATCH] Don't dereference a touch after it has been ended when punting to next owner

2012-02-13 Thread Chase Douglas
From: Chase Douglas In this case, we have ended the touch because the last owner has rejected it. We need to return from the function right now so we don't attempt to dereference another touch client for early acceptance processing. Signed-off-by: Chase Douglas --- Xi/exevents.c |1 + 1 fi

AS_ECHO_N in util-macros

2012-02-13 Thread Jeremy Huddleston
I just noticed this when using autoconf-2.61 ... does AS_ECHO_N require a newer version of autoconf? Can we work around that requirement? ... configure:4924: error: possibly undefined macro: AS_ECHO_N If this token and others are legitimate, please use m4_pattern_allow. See the Autoc

[PATCH 1/2] Don't clobber virtual core pointer touches array length

2012-02-13 Thread Chase Douglas
When copying the touch class, the VCP has its own touches array. The length of this array must be kept alongside the array itself or we get memory corruption. Signed-off-by: Chase Douglas --- Xi/exevents.c |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Xi/exeven

[PATCH 2/2] Keep virtual core pointer touch class around if new slave doesn't have one

2012-02-13 Thread Chase Douglas
The VCP may have active touch grabs. The touch records must be kept so these touch grabs may be accepted/rejected in the future. This means the touch class list will not represent the touch class of the attached slave device if it does not have a touch class, but we already were breaking that assum

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

2012-02-13 Thread Arnaud Fontaine
Gaetan Nadon writes: > Great, just one nit, looking at the xserver which has had to solve > this issue in the past, the Copyright word should appear for each > copyright holder, even if it is the same year. > > For example: > > Copyright © 2008 Red Hat, Inc Copyright © 2008 George

[PATCH xrandr] xrandr: dump configuration in parsable format

2012-02-13 Thread Stefan Tomanek
This patch adds the command line switch "--dump" to the xrandr program. When specified, xrandr outputs the current display configuration in an easily parsable format similar to the command line options accepted by xrandr itself. That way, an existing configuration can easily be saved and restored l

[PULL] XQuartz build fix on some configs

2012-02-13 Thread Jeremy Huddleston
The following changes since commit 62edd970f6f36058fcb31de4555eb7c1329cce74: Bump to version 1.11.99.903 (1.12 RC3) (2012-02-11 16:13:44 +1300) are available in the git repository at: git://people.freedesktop.org/~jeremyhu/xserver master for you to fetch changes up to d53235af85d50774c68347