Re: [PATCH weston v2 5/9] wayland-backend: define output configuration structure

2016-05-04 Thread Pekka Paalanen
On Thu, 28 Apr 2016 20:33:12 +0200 Benoit Gschwind wrote: > The structure is not used currently, just the definition to be used. > > Signed-off-by: Benoit Gschwind > --- > src/compositor-wayland.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/src/compositor-wayland.c b/src/

[PATCH weston v2 5/9] wayland-backend: define output configuration structure

2016-04-28 Thread Benoit Gschwind
The structure is not used currently, just the definition to be used. Signed-off-by: Benoit Gschwind --- src/compositor-wayland.c | 8 1 file changed, 8 insertions(+) diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index 175bd68..f218c9e 100644 --- a/src/compositor-wayl