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

2018-06-18 Thread Jonas Ådahl
On Sun, Jun 17, 2018 at 06:22:11PM -0400, Simon Ser wrote: > On June 15, 2018 5:56 PM, Jonas Ådahl wrote: > > Hi, > > Hi Jonas, > > Thanks for you feedback. > > > What about when clients change their "preference" in combination with a > > window state change? > > > > Lets assume the compositor

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

2018-06-17 Thread Simon Ser
On June 15, 2018 5:56 PM, Jonas Ådahl wrote: > Hi, Hi Jonas, Thanks for you feedback. > What about when clients change their "preference" in combination with a > window state change? > > Lets assume the compositor prefers server side, and the current state > is that the client has set the prefe

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

2018-06-15 Thread Jonas Ådahl
Hi, What about when clients change their "preference" in combination with a window state change? Lets assume the compositor prefers server side, and the current state is that the client has set the preferred state to "server_side" as well. For client driven state change: client: unset_maximize

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

2018-06-11 Thread Simon Ser
Hi Jonas, Any news about this? Thanks, --- Simon Ser https://emersion.fr On June 4, 2018 9:11 AM, Simon Ser wrote: > Hi Jonas, > > Did you have the chance to have a look at this version? > > Thanks, > --- > Simon Ser > https://emersion.fr > > On May 28, 2018 8:04 AM, Simon Ser wrote: > > Hi J

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

2018-06-04 Thread Simon Ser
Hi Jonas, Did you have the chance to have a look at this version? Thanks, --- Simon Ser https://emersion.fr On May 28, 2018 8:04 AM, Simon Ser wrote: > Hi Jonas, > > What do you think of this new proposal? > > Thanks, > --- > Simon Ser > https://emersion.fr > > On May 20, 2018 11:39 AM, Simon S

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

2018-05-28 Thread Simon Ser
Hi Jonas, What do you think of this new proposal? Thanks, --- Simon Ser https://emersion.fr On May 20, 2018 11:39 AM, Simon Ser wrote: > This adds a new protocol to negotiate server-side rendering of window > decorations for xdg-toplevels. This allows compositors that want to draw > decorations

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

2018-05-20 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