[ANNOUNCE] libinput 1.6.901

2017-02-22 Thread Peter Hutterer
The first RC for libinput 1.7 is now available. This cycle was quite a large one and several big features were merged, so expect a few RCs before the final release. First big feature: James Ye implemented support for switches, in particular lid switches. Closing the lid now disables the touchpad t

Re: [PATCH wayland v2 2/4] wayland-util: split out private functionality to separate file

2017-02-22 Thread Eric Engestrom
On Tuesday, 2017-02-21 16:14:27 +, Emil Velikov wrote: > From: Emil Velikov > > With next commit we'll make wayland-util a shared library (for reasons > mentioned in the commit). As such we need to make sure that the private > symbols are somewhere that they can be used internally. Otherwise

Re: [PATCH weston 21/68] compositor-drm: Use drm_fb for cursor buffers

2017-02-22 Thread Pekka Paalanen
On Fri, 9 Dec 2016 19:57:36 + Daniel Stone wrote: > Now that we have better types in drm_fb, use it for cursor buffers as > well. > > Differential Revision: https://phabricator.freedesktop.org/D1493 > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 73 > ++

Re: [PATCH weston 15/68] compositor-drm: Add explicit type member to drm_fb

2017-02-22 Thread Pekka Paalanen
On Tue, 21 Feb 2017 15:29:09 +0200 Pekka Paalanen wrote: > On Fri, 9 Dec 2016 19:57:30 + > Daniel Stone wrote: > > > Rather than magically trying to infer what the buffer is and what we > > should do with it when we go to destroy it, add an explicit type > > instead. > > > > Differential

Re: [PATCH weston 20/68] compositor-drm: Use refcounted FBs for Pixman

2017-02-22 Thread Pekka Paalanen
On Fri, 9 Dec 2016 19:57:35 + Daniel Stone wrote: > When using the Pixman renderer, use drm_fb refcounting explicitly. > > Differential Revision: https://phabricator.freedesktop.org/D1492 > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 8 > 1 file changed, 4