[PATCH:libxkbfile] Remove unnecessary check.

2014-11-26 Thread Thomas Klausner
From: Jörg Sonnenberger jo...@netbsd.org The vmods member of XkbNamesPtr is an array and thus never NULL. Signed-off-by: Thomas Klausner w...@netbsd.org --- src/cout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cout.c b/src/cout.c index aa1b22d..9e09fd9 100644 ---

Re: [PATCH] Add -iglx +iglx to Xserver.man

2014-11-26 Thread James Jones
On 11/25/2014 11:37 PM, Robert Morell wrote: On Tue, Nov 25, 2014 at 11:20:58PM -0800, Alan Coopersmith wrote: On 11/25/14 10:36 PM, Robert Morell wrote: On Tue, Nov 25, 2014 at 07:26:14PM -0800, Alan Coopersmith wrote: Covers the current state after commits 99f0365b1fbdfd9238b9f,

[PATCH v2] Add -iglx +iglx to Xserver.man

2014-11-26 Thread Alan Coopersmith
Covers the current state after commits 99f0365b1fbdfd9238b9f, d0da0e9c3bb8fe0cd4879, e3aa13b8d63ea2fba6eb4 were all applied. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- v2: Made claims about what Indirect GLX supports more vague yet more accurate than before, at the

Re: [PATCH v2] Add -iglx +iglx to Xserver.man

2014-11-26 Thread James Jones
On 11/26/2014 01:01 PM, Alan Coopersmith wrote: Covers the current state after commits 99f0365b1fbdfd9238b9f, d0da0e9c3bb8fe0cd4879, e3aa13b8d63ea2fba6eb4 were all applied. Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com --- v2: Made claims about what Indirect GLX supports more

Re: [PATCH:libxkbfile] Remove unnecessary check.

2014-11-26 Thread Peter Hutterer
On Wed, Nov 26, 2014 at 02:33:38PM +0100, Thomas Klausner wrote: From: Jörg Sonnenberger jo...@netbsd.org The vmods member of XkbNamesPtr is an array and thus never NULL. Signed-off-by: Thomas Klausner w...@netbsd.org 8a2381c..9fa0438 master - master thanks Cheers, Peter ---

Re: [PATCH v2] Add -iglx +iglx to Xserver.man

2014-11-26 Thread Robert Morell
On Wed, Nov 26, 2014 at 01:06:52PM -0800, James Jones wrote: On 11/26/2014 01:01 PM, Alan Coopersmith wrote: Covers the current state after commits 99f0365b1fbdfd9238b9f, d0da0e9c3bb8fe0cd4879, e3aa13b8d63ea2fba6eb4 were all applied. Signed-off-by: Alan Coopersmith