Unable to query fd: Invalid argument

2015-09-30 Thread poma
Hi Fi, "Unable to query fd: Invalid argument" What should be "Invalid argument"? https://bugs.freedesktop.org/show_bug.cgi?id=92204 ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info:

Re: [PATCH:xserver] glamor: Get rid of an extraneous ; at the end of a C source line

2015-09-30 Thread Eric Anholt
Alan Coopersmith writes: > Signed-off-by: Alan Coopersmith > --- > glamor/glamor_picture.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/glamor/glamor_picture.c b/glamor/glamor_picture.c > index

Re: [PATCH xwayland 2/2 v2] xwayland: Always update the wl_pointer cursor on pointer focus

2015-09-30 Thread Jonas Ådahl
On Tue, Sep 29, 2015 at 10:04:40PM -0700, Keith Packard wrote: > Jonas Ådahl writes: > > > On Tue, Sep 29, 2015 at 09:49:46AM -0700, Keith Packard wrote: > >> Jonas Ådahl writes: > >> > >> > As mentioned, a different approach would be to work-around the

Re: [PATCH] present: Don't stash the MSC value when present_get_ust_msc fails

2015-09-30 Thread Adam Jackson
On Tue, 2015-09-29 at 12:32 +0900, Michel Dänzer wrote: > Thanks for the detailed explanation. It might be nice to work that into > the Git commit log, but either way, > > Reviewed-by: Michel Dänzer Merged: remote: I: patch #59267 updated using rev

[PATCH] Drop GLXServerExtensions string constant listing GLX extensions for swrast

2015-09-30 Thread Jon Turney
Since 2d719433, it looks like we are free()-ing this constant string when we build the real extension list string, which is perhaps not ideal. Instead initialize GLXextensions to strdup(""), as the other dri loaders do. The GLX extension list for swrast is now generated dynamically, so the string

Re: [PATCH:xf86-video-sis] Fix arguments for miSetPointerPosition.

2015-09-30 Thread Thomas Klausner
On Wed, Sep 30, 2015 at 04:52:13PM -0400, Connor Behan wrote: > I'm pretty sure the calls for ABI versions between 13 and 15 also need > the "&". For example, in the > http://cgit.freedesktop.org/xorg/xserver/tree/?id=81cfe44b1ed0de84ad1941fe2ca74bebef3fc58d > tree, hw/xfree86/common/xf86Module.h

Re: [PATCH] Pass -P to the preprocessor when generating filenames for the manpage.

2015-09-30 Thread Matt Turner
On Wed, Sep 9, 2015 at 2:44 PM, Aurelien Jarno wrote: > From: Stefan Dirsch > > Fixes build with GCC 5. Patch by Richard Biener > --- > man/Makefile.am | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > sessreg doesn't build

Re: Unable to query fd: Invalid argument

2015-09-30 Thread poma
On 30.09.2015 20:53, poma wrote: > > Hi Fi, > > "Unable to query fd: Invalid argument" > What should be "Invalid argument"? > > https://bugs.freedesktop.org/show_bug.cgi?id=92204 > Resolved by: Input: uinput - fix crash when using ABS events

Re: [PATCH:xf86-video-sis] Fix arguments for miSetPointerPosition.

2015-09-30 Thread Connor Behan
On 30/09/15 05:42 PM, Thomas Klausner wrote: > On Wed, Sep 30, 2015 at 04:52:13PM -0400, Connor Behan wrote: >> I'm pretty sure the calls for ABI versions between 13 and 15 also need >> the "&". For example, in the >>

Re: [PATCH xwayland 2/2 v2] xwayland: Always update the wl_pointer cursor on pointer focus

2015-09-30 Thread Keith Packard
Jonas Ådahl writes: > Yes, otherwise we'd crash in miPointerUpdateSprite when trying to access > pCursor->bits. pSpriteCursor, not pCursor. -- -keith signature.asc Description: PGP signature ___ xorg-devel@lists.x.org: X.Org

Re: [PATCH xwayland 2/2 v2] xwayland: Always update the wl_pointer cursor on pointer focus

2015-09-30 Thread Jonas Ådahl
On Wed, Sep 30, 2015 at 07:43:50AM -0700, Keith Packard wrote: > Jonas Ådahl writes: > > > Yes, otherwise we'd crash in miPointerUpdateSprite when trying to access > > pCursor->bits. > > pSpriteCursor, not pCursor. Ugh, poking in mipointers struct directly, ok. I'll have to