Re: [RFC v2 wayland-protocols] inputfd - direct input access protocol

2017-04-17 Thread Peter Hutterer
On Fri, Apr 07, 2017 at 01:43:57PM +0300, Pekka Paalanen wrote: > On Fri, 7 Apr 2017 14:04:40 +1000 > Peter Hutterer wrote: > > > For the initial patchset, see > > https://lists.freedesktop.org/archives/wayland-devel/2017-March/033626.html > > For a high-level description, see > > http://who-t.b

Re: Touchpad on an XPS 13 9360

2017-04-17 Thread Peter Hutterer
On Thu, Apr 13, 2017 at 04:14:05PM -0500, Michael Wisniewski wrote: > Hi! > > First, I hope that this is the correct place to post, as I'm not really a > developer, but don't know where else to go. I'm running Ubuntu Gnome 16.10 > and using the libinput that is packaged with Ubuntu. I *think* It

Re: [PATCH weston v10 17/61] compositor-drm: Refactor sprite create/destroy into helpers

2017-04-17 Thread Daniel Stone
Hi, On 7 April 2017 at 15:36, Pekka Paalanen wrote: > On Tue, 4 Apr 2017 17:54:35 +0100 > Daniel Stone wrote: >> +/** >> + * Destroy one DRM plane >> + * >> + * Destroy a DRM plane, removing it from screen and releasing its retained >> + * buffers in the process. The counterpart to drm_plane_cr

Re: [PATCH weston v10 18/61] compositor-drm: Rename fb_plane to scanout_plane

2017-04-17 Thread Daniel Stone
Hi, On 10 April 2017 at 13:37, Pekka Paalanen wrote: > On Tue, 4 Apr 2017 17:54:36 +0100 > Daniel Stone wrote: >> - struct weston_plane fb_plane; >> + /* Plane currently being directly displayed by KMS */ > > Hi, > > how about: > /* Plane for a fullscreen direct scanout view */ > or > /

Re: [PATCH v2 wayland 07/11] client: Replace the singleton zombie with bespoke zombies

2017-04-17 Thread Derek Foreman
On 13/04/17 11:51 AM, Derek Foreman wrote: Using the singleton zombie object doesn't allow us to posthumously retain object interface information, which makes it difficult to properly inter future events destined for the recently deceased proxy. Notably, this makes it impossible for zombie proxy