[PATCH] Add name event to xdg-output

2018-04-09 Thread Drew DeVault
Signed-off-by: Drew DeVault Reviewed-by: Simon Ser --- Updated to incorporate Pekka's feedback. unstable/xdg-output/xdg-output-unstable-v1.xml | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/unstable/xdg-output/xdg-output-unstable-v1.xml b/unstable/xdg-ou

Re: [PATCH] Add name event to xdg-output

2018-04-08 Thread Drew DeVault
On 2018-04-08 3:22 PM, Daniel Stone wrote: > A name event would be great, but this is missing a string param to > carry the actual name. Whoops! > In order to not breaking existing clients, it also needs to: > - come after the 'done' event so we don't renumber events > - bump the xdg_output

Re: [PATCH] Add name event to xdg-output

2018-04-08 Thread Daniel Stone
Hi all, On 7 April 2018 at 19:01, Drew DeVault wrote: > + > + > +Many compositors will assign names to their outputs, show them to the > user, > +allow them to be configured by name, etc. The client may wish to know > this > +name as well to offer the user similar behavior

[PATCH] Add name event to xdg-output

2018-04-07 Thread Drew DeVault
Signed-off-by: Drew DeVault Reviewed-by: Simon Ser --- unstable/xdg-output/xdg-output-unstable-v1.xml | 11 +++ 1 file changed, 11 insertions(+) diff --git a/unstable/xdg-output/xdg-output-unstable-v1.xml b/unstable/xdg-output/xdg-output-unstable-v1.xml index 0c0c481..65623f0 100644 --