[PATCH] Xi: take XI2 requests into account also for the swapping case.

2011-03-27 Thread Matthieu Herrb
Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- Xi/extinit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Xi/extinit.c b/Xi/extinit.c index 46d3459..5d695e3 100644 --- a/Xi/extinit.c +++ b/Xi/extinit.c @@ -429,7 +429,7 @@ static int SProcIDispatch(ClientPtr

Re: [PATCH] Xi: take XI2 requests into account also for the swapping case.

2011-03-27 Thread Julien Cristau
On Sun, Mar 27, 2011 at 19:15:18 +0200, Matthieu Herrb wrote: Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- Xi/extinit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Xi/extinit.c b/Xi/extinit.c index 46d3459..5d695e3 100644 --- a/Xi/extinit.c +++

Re: [PATCH] Xi: take XI2 requests into account also for the swapping case.

2011-03-27 Thread Matthieu Herrb
On Sun, Mar 27, 2011 at 09:06:08PM +0200, Julien Cristau wrote: On Sun, Mar 27, 2011 at 19:15:18 +0200, Matthieu Herrb wrote: Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr --- Xi/extinit.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Xi/extinit.c

Re: [PATCH] Xi: take XI2 requests into account also for the swapping case.

2011-03-27 Thread Julien Cristau
On Sun, Mar 27, 2011 at 21:32:10 +0200, Matthieu Herrb wrote: On Sun, Mar 27, 2011 at 09:06:08PM +0200, Julien Cristau wrote: This seems dangerous if you're, say, building an X server that only supports XI 2.0 against the XI 2.1 headers. Should probably be if (stuff-data =

Re: Alignment error in libXi

2011-03-27 Thread Matthieu Herrb
On Thu, Mar 24, 2011 at 11:51:32PM -0700, Jeremy Huddleston wrote: Don't feel too bad. I missed it too and bugged Peter about it before I pushed the release ;) Unfortunatly, as Peter forsaid it, there are other issues. I'm currently fighting with the code for XISelectEvents(). It uses

please pull my pwin-cleanup branch

2011-03-27 Thread Dave Airlie
Hi Keith Please pull. Dave. The following changes since commit 03f45df93469f6aef391e97007b9614e0770cc4c: Merge remote-tracking branch 'airlied/xinerama-cleanup' (2011-03-23 13:38:37 +0900) are available in the git repository at: ssh://people.freedesktop.org/~airlied/xserver.git

Re: [PULL XQuartz] clang fixes + [PATCH] GLX: Support TLS with better portability

2011-03-27 Thread Keith Packard
On Wed, 23 Mar 2011 12:13:28 -0700, Jeremy Huddleston jerem...@freedesktop.org wrote: Jeremy Huddleston (4): GLX: Support TLS with better portability XQuartz: Properly comment extra tokens (-Wextra-tokens) after endif XQuartz: Put ifdef guards around have_depth label

Re: [PATCH v2] [xorg/xserver] os/client: Prevent rare fd leak in DetermineClientPid

2011-03-27 Thread Keith Packard
On Fri, 25 Mar 2011 10:38:23 +0200, Erkki Seppälä erkki.sepp...@vincit.fi wrote: DetermineClientPid didn't close file descriptor if read on /proc/pid/cmdline failed. Adjusted the code to disregard the close return value and perform the return after that, if the read failed or returned EOF.

Re: [PULL] input changes for 25.03.2011

2011-03-27 Thread Keith Packard
On Fri, 25 Mar 2011 11:29:07 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: The following changes since commit 03f45df93469f6aef391e97007b9614e0770cc4c: Erkki Seppälä (1): config: handle device change event properly Peter Hutterer (2): xfree86: print out which driver is

Re: [PULL] input changes for 25.03.2011

2011-03-27 Thread Keith Packard
On Sun, 27 Mar 2011 18:23:32 -0700, Keith Packard kei...@keithp.com wrote: On Fri, 25 Mar 2011 11:29:07 +1000, Peter Hutterer peter.hutte...@who-t.net wrote: The following changes since commit 03f45df93469f6aef391e97007b9614e0770cc4c: Erkki Seppälä (1): config: handle device

Re: Mapping pointer events to keys and the other way around?

2011-03-27 Thread Peter Hutterer
On Thu, Mar 24, 2011 at 02:08:44PM +0100, Michal Suchanek wrote: Hello, with many tablets, mice with dozens of buttons and multimedia keyboards around the distinction between a mouse button and a keyboard key is not very useful from a user's point of view. To the contrary, it's confusing

Re: [PATCH] Xi: take XI2 requests into account also for the swapping case.

2011-03-27 Thread Peter Hutterer
On Sun, Mar 27, 2011 at 10:20:28PM +0200, Julien Cristau wrote: On Sun, Mar 27, 2011 at 21:32:10 +0200, Matthieu Herrb wrote: On Sun, Mar 27, 2011 at 09:06:08PM +0200, Julien Cristau wrote: This seems dangerous if you're, say, building an X server that only supports XI 2.0 against the

Re: [PATCH modular 2/3 (v3)] jhbuild: Support skipping packages on a per-architecture basis.

2011-03-27 Thread Dan Nicholson
On Sat, Mar 26, 2011 at 7:52 PM, Jeremy Huddleston jerem...@apple.com wrote: Reviving this thread... I like this idea, but I think we need the logic to be the other way around.   We need to have a mechanism to say that a given module only works on a set of architectures, and skip it if the

Re: [PATCH] fix overquoting of $(XKBCONFIGROOT)

2011-03-27 Thread Dan Nicholson
On Fri, Mar 25, 2011 at 11:54 AM, Matt Turner matts...@gmail.com wrote: On Thu, Mar 24, 2011 at 10:44 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Thu, Mar 24, 2011 at 2:17 PM, Matt Turner matts...@gmail.com wrote: On Thu, Mar 24, 2011 at 7:19 PM, Matt Turner matts...@gmail.com wrote: On

Re: please pull my pwin-cleanup branch

2011-03-27 Thread Keith Packard
On Mon, 28 Mar 2011 10:11:06 +1000, Dave Airlie airl...@gmail.com wrote: Dave Airlie (2): consolidate SetRootClip (v2) dri: kill if 0 out code. Merged. a22486f..a095a6d master - master -- keith.pack...@intel.com pgp7yO3tWdTcE.pgp Description: PGP signature