Re: [PATCH weston] weston-info: display output scale

2015-12-18 Thread Pekka Paalanen
On Thu, 17 Dec 2015 12:31:56 + Jonny Lamb wrote: > Fall back to not showing anything as before if we don't have a > compositor with wl_output new enough (version 2 or newer). > > Signed-off-by: Jonny Lamb > Reviewed-by: Daniel Stone > --- > clients/weston-info.c | 32 +

[PATCH weston] weston-info: display output scale

2015-12-17 Thread Jonny Lamb
Fall back to not showing anything as before if we don't have a compositor with wl_output new enough (version 2 or newer). Signed-off-by: Jonny Lamb Reviewed-by: Daniel Stone --- clients/weston-info.c | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff -

Re: [PATCH weston] weston-info: display output scale

2015-12-16 Thread Pekka Paalanen
On Wed, 16 Dec 2015 19:19:55 + Jonny Lamb wrote: > Fall back to not showing anything as before if we don't have a > compositor with wl_output new enough (version 2 or newer). > > Signed-off-by: Jonny Lamb > --- > clients/weston-info.c | 25 +++-- > 1 file changed, 23 in

[PATCH weston] weston-info: display output scale

2015-12-16 Thread Jonny Lamb
Fall back to not showing anything as before if we don't have a compositor with wl_output new enough (version 2 or newer). Signed-off-by: Jonny Lamb --- clients/weston-info.c | 25 +++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/clients/weston-info.c b/cli