Re: [PATCH] unstable/drm-lease: DRM lease protocol support

2019-07-02 Thread Drew DeVault
On Fri Jun 28, 2019 at 10:37 AM Simon Ser wrote: > I'm now wondering if DRM leasing is that much different from xdg-shell > set_fullscreen requests. > > Is DRM leasing that much of a big deal regarding security? (Especially > if the compositor has a policy to lease only non-desktop outputs) > >

[PATCH v2] unstable/drm-lease: DRM lease protocol support

2019-07-02 Thread Drew DeVault
From: Marius Vlad DRM leasing is a feature which allows the DRM master to "lease" a subset of its DRM resources to another DRM master via drmModeCreateLease, which returns a file descriptor for the new DRM master. We use this protocol to negotiate the terms of the lease and transfer this file

[PATCH wayland-protocols v2] xdg-output: deprecate the xdg_output.done event

2019-07-02 Thread Simon Ser
This commit makes it so a wl_output.done event is guaranteed to be sent with a xdg_output.done event. This protocol change has been discussed in a recent xorg-devel discussions [1]. First let's recap why a change is needed: Xwayland listens to both wl_output and xdg_output changes. When an

Re: API feedback for an alternate libwayland implementation tailored for ffi bindings

2019-07-02 Thread Pekka Paalanen
On Mon, 01 Jul 2019 10:14:26 + "Victor Berger" wrote: > Hi everyone, > > A few weeks ago was discussed on IRC the idea or re-using my Rust > implementation of the Wayland protocol [1] to build an alternate > implementation of the libwayland C API. This is an idea I'm > interested in, and

Re: [PATCH wayland-protocols] xdg-output: deprecate the xdg_output.done event

2019-07-02 Thread Jonas Ã…dahl
On Sat, Apr 27, 2019 at 07:44:39AM +, Simon Ser wrote: > This commit makes it so a wl_output.done event is guaranteed to be sent with a > xdg_output.done event. > > This protocol change has been discussed in a recent xorg-devel discussions > [1]. > > First let's recap why a change is