Re: [PATCH weston v3 04/17] compositor-wayland: refactor wayland_output_config_init

2016-05-06 Thread Pekka Paalanen
On Thu, 5 May 2016 22:45:42 +0200 Benoit Gschwind wrote: > Rename the missleading output to output_config. Hi, that is indeed the only thing this patch does, so that should be the summary (the email subject, the first line in git commit message). There is no refactoring going on. The word "m

[PATCH weston v3 04/17] compositor-wayland: refactor wayland_output_config_init

2016-05-05 Thread Benoit Gschwind
Rename the missleading output to output_config. Signed-off-by: Benoit Gschwind --- src/compositor-wayland.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index 2822a09..53f855d 1006