Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-07-25 Thread Olivier Fourdan
On Wed, Jul 17, 2019 at 10:05 AM Jonas Ådahl wrote: > > On Sat, Apr 27, 2019 at 08:16:04AM +, Simon Ser wrote: > > The output description is a human-readable text describing the output. > > Unlike > > the name which uniquely identifies the output, it's intended to be > > displayed to > > the

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-07-17 Thread Jonas Ådahl
On Sat, Apr 27, 2019 at 08:16:04AM +, Simon Ser wrote: > The output description is a human-readable text describing the output. Unlike > the name which uniquely identifies the output, it's intended to be displayed > to > the user. > > It might be desirable for a compositor to update an output

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-27 Thread Simon Ser
On Monday, June 24, 2019 1:29 PM, Daniel Stone wrote: > Hi, > > On Sat, 27 Apr 2019 at 09:16, Simon Ser wrote: > > The output description is a human-readable text describing the output. > > Unlike > > the name which uniquely identifies the output, it's intended to be > > displayed to > > the us

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-27 Thread Simon Ser
On Monday, June 24, 2019 10:08 AM, Olivier Fourdan wrote: > On Mon, Jun 24, 2019 at 9:07 AM Jonas Ådahl jad...@gmail.com wrote: > > > On Sun, Jun 23, 2019 at 10:05:09AM +, Simon Ser wrote: > > > > > Hi Jonas, > > > What do you think of this patch? > > > > Maybe want to say something about how

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-27 Thread Simon Ser
On Monday, June 24, 2019 10:06 AM, Jonas Ådahl wrote: > On Sun, Jun 23, 2019 at 10:05:09AM +, Simon Ser wrote: > > Hi Jonas, > > > > What do you think of this patch? > > Maybe want to say something about how this interacts with 'done'? Good idea. It depends what happens to [1] I guess, and in

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-24 Thread Daniel Stone
Hi, On Sat, 27 Apr 2019 at 09:16, Simon Ser wrote: > The output description is a human-readable text describing the output. Unlike > the name which uniquely identifies the output, it's intended to be displayed > to > the user. > > It might be desirable for a compositor to update an output's desc

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-24 Thread Olivier Fourdan
On Mon, Jun 24, 2019 at 9:07 AM Jonas Ådahl wrote: > > On Sun, Jun 23, 2019 at 10:05:09AM +, Simon Ser wrote: > > Hi Jonas, > > > > What do you think of this patch? > > Maybe want to say something about how this interacts with 'done'? > There is another patch to remove xdg_output.done as well

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-24 Thread Jonas Ådahl
On Sun, Jun 23, 2019 at 10:05:09AM +, Simon Ser wrote: > Hi Jonas, > > What do you think of this patch? Maybe want to say something about how this interacts with 'done'? Jonas > > Thanks, > > Simon > > On Saturday, April 27, 2019 11:16 AM, Simon Ser wrote: > > The output description is

Re: [PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-06-23 Thread Simon Ser
Hi Jonas, What do you think of this patch? Thanks, Simon On Saturday, April 27, 2019 11:16 AM, Simon Ser wrote: > The output description is a human-readable text describing the output. Unlike > the name which uniquely identifies the output, it's intended to be displayed > to > the user. > > I

[PATCH wayland-protocols] xdg-output: make xdg_output.description mutable

2019-04-27 Thread Simon Ser
The output description is a human-readable text describing the output. Unlike the name which uniquely identifies the output, it's intended to be displayed to the user. It might be desirable for a compositor to update an output's description. For instance, when only one output is plugged in, it's n