Re: [PATCH xserver] inputthread: Re-add fd to the inputThreadInfo->fds pollfd set when re-added

2016-10-13 Thread Peter Hutterer
On Wed, Oct 12, 2016 at 04:55:08PM +0200, Hans de Goede wrote: > If the following call sequence happens: > 1) InputThreadUnregisterDev(fd) > 2) close(fd) > 3) fd = open(...) /* returns same fd as just closed */ > 4) InputThreadRegisterDev(fd, ...) > > Without InputThreadDoWork(); running in the

[PATCH xserver] xwin: make glx optional again

2016-10-13 Thread Mihail Konev
Commit 501d8e2b removed --enable-aiglx, but made xwin always be --enable-glx. Signed-off-by: Mihail Konev --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4bb014d0d837..25168cc67306 100644 --- a/configure.ac

[PATCH modules v2] autogen: add default patch prefix

2016-10-13 Thread Mihail Konev
Took correct wording from libxtrans. Removed obsolete patches. all.tar.xz Description: application/xz ___ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel

Re: [PATCH] Handle animated cursor on shared sprite

2016-10-13 Thread Pierre Ossman
+if (!activeDevice) +activeDevice = TRUE; why the check here ? just set. Historical reasons I guess. This is not code I changed, just re-indented. Regards -- Pierre Ossman Software Development Cendio AB https://cendio.com Teknikringen

Re: [PATCH] Handle animated cursor on shared sprite

2016-10-13 Thread Pierre Ossman
On 12/10/16 18:05, Emil Velikov wrote: Note that this changes the ABI so it might not be good for the point releases. Unless one wants to make things extra 'fun' for binary only drivers ;-) Might be a safe ABI change though as it only manipulates elements at the end of the structures, and

Re: [xserver PULL for 1.19] Various fixes

2016-10-13 Thread Michel Dänzer
On 10/10/16 09:19 PM, Hans de Goede wrote: > Hi Adam, Keith, > > Here is a pull-req with 2 prime hw cursor fixes from Michel Dänzer, > reviewed by me and 1 fix from me reviewed by Keith. I pushed my fixes, but I'm leaving your fix to Peter or somebody else. -- Earthling Michel Dänzer