Re: [PATCH wayland-protocols v5] unstable: add xdg-decoration protocol

2018-05-08 Thread Eike Hein
Reviewed-by: Eike Hein ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [PATCH wayland-protocols v5] unstable: add xdg-decoration protocol

2018-05-08 Thread Jonas Ådahl
On Tue, May 08, 2018 at 11:59:28AM -0400, Simon Ser wrote: > On May 8, 2018 4:27 PM, Jonas Ådahl wrote: > > Looks fine to me. Are all those Reviewed-by:s also for the trimmed down > > version? > > Ah, no, you're right. > > Drew DeVault, David Edmundson, Alan Griffiths, Tony Crisci, Eike Hein: if

Re: [PATCH wayland-protocols v5] unstable: add xdg-decoration protocol

2018-05-08 Thread Drew DeVault
Reviewed-by: Drew DeVault ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Re: [PATCH wayland-protocols v5] unstable: add xdg-decoration protocol

2018-05-08 Thread Simon Ser
On May 8, 2018 4:27 PM, Jonas Ådahl wrote: > Looks fine to me. Are all those Reviewed-by:s also for the trimmed down > version? Ah, no, you're right. Drew DeVault, David Edmundson, Alan Griffiths, Tony Crisci, Eike Hein: if you find this version of the proposal good enough, can you reply with a

Re: [PATCH wayland-protocols v5] unstable: add xdg-decoration protocol

2018-05-08 Thread Jonas Ådahl
On Tue, May 08, 2018 at 10:48:28AM -0400, Simon Ser wrote: > Hi Jonas, > > Any news about this trimmed-down version of the protocol? Looks fine to me. Are all those Reviewed-by:s also for the trimmed down version? Are going to propose a newer version or is the v5 of the patch what should end up a

Re: [PATCH wayland-protocols v5] unstable: add xdg-decoration protocol

2018-05-08 Thread Simon Ser
Hi Jonas, Any news about this trimmed-down version of the protocol? I'll reply to the v4 comments shortly. Best, --- Simon Ser https://emersion.fr ‐‐‐ Original Message ‐‐‐ On April 18, 2018 7:48 PM, Simon Ser wrote: > > > This adds a new protocol to negotiate server-side rendering of

[PATCH wayland-protocols v5] unstable: add xdg-decoration protocol

2018-04-18 Thread Simon Ser
This adds a new protocol to negotiate server-side rendering of window decorations for xdg-toplevels. This allows compositors that want to draw decorations themselves to send their preference to clients, and clients that prefer server-side decorations to request them. This is inspired by a protocol