Re: [PATCH 1/3] protocol: Add an event to specify the name of an output

2014-05-06 Thread Neil Roberts
Pekka Paalanen writes: > were you aware of […] perhaps? :-) Ah, no, I hadn't noticed those patches. Oops! > Your series is almost identical to Quanxian's, except: > - wording differences, of course > - patch 2 checks if output->name is set before sending (can it ever be > NULL?) > - patch 2 m

Re: [PATCH 1/3] protocol: Add an event to specify the name of an output

2014-05-05 Thread Pekka Paalanen
On Wed, 30 Apr 2014 12:24:40 +0100 Neil Roberts wrote: > This bumps the version of the wl_output interface to 3 and adds a > separate event to report the output's name. > --- > protocol/wayland.xml | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > > diff --git a/protocol/w

[PATCH 1/3] protocol: Add an event to specify the name of an output

2014-04-30 Thread Neil Roberts
This bumps the version of the wl_output interface to 3 and adds a separate event to report the output's name. --- protocol/wayland.xml | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 330f8ab..60fa81e 100644 --- a/p