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

2011-03-27 Thread Matthieu Herrb
Signed-off-by: Matthieu Herrb --- 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 client) { REQUEST

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 > --- > 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

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 > > --- > > Xi/extinit.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/Xi/extinit.c b/Xi/ext

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 >= ARRAY_

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 agai