Re: [PATCH xserver] xwayland: Remove MIPOINTER() definition

2016-11-10 Thread Peter Hutterer
On Thu, Nov 10, 2016 at 09:36:40AM +0100, Olivier Fourdan wrote: > Not needed anymore now that mipointer exposes an API for that, > miPointerInvalidateSprite() > > Signed-off-by: Olivier Fourdan Reviewed-by: Peter Hutterer Cheers, Peter > --- > hw/xwayland/xwayland-input.c | 6 -- > 1

[PATCH xserver] Xi: when creating a new master device, update barries for all clients

2016-11-10 Thread Peter Hutterer
The previous code only worked when the barrier was created by the same client as the one calling XIChangeDeviceHierarchy. http://bugzilla.redhat.com/show_bug.cgi?id=1384432 Signed-off-by: Peter Hutterer --- Xi/xichangehierarchy.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff

[PATCH xf86-input-libinput] Link the left-handed property between the tools

2016-11-10 Thread Peter Hutterer
The property is tablet-wide, not just per tool. So when one tool is updated, run through all other devices that share the same underlying device. Signed-off-by: Peter Hutterer --- src/xf86libinput.c | 21 + 1 file changed, 21 insertions(+) diff --git a/src/xf86libinput.c b/s

[PATCH xf86-input-libinput] Use __attribute__((cleanup)) for most of the xf86SetStrOption handling

2016-11-10 Thread Peter Hutterer
Code was already clean, but this removes error path handling. Signed-off-by: Peter Hutterer --- Somewhat in two minds about it because it doesn't gain us that much in this codebase. I want to start using this more because it is quite useful and this is a low-key project to start with :) src/xf8

Re: [security-team] [PATCH libX11 1/2] The validation of server responses avoids out of boundary accesses.

2016-11-10 Thread Emilio Pozuelo Monfort
On 09/11/16 18:04, Johannes Segitz wrote: > Hi, > > I didn't see any reply to your comment on this and other patches. Was that > handled somewhere else or are those patches considered final? See https://lists.freedesktop.org/archives/xorg-devel/2016-October/051686.html https://lists.freedesktop.

[PATCH xserver] xwayland: Remove MIPOINTER() definition

2016-11-10 Thread Olivier Fourdan
Not needed anymore now that mipointer exposes an API for that, miPointerInvalidateSprite() Signed-off-by: Olivier Fourdan --- hw/xwayland/xwayland-input.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/hw/xwayland/xwayland-input.c b/hw/xwayland/xwayland-input.c index 7ec3b1a..0526122 1