Re: [PATCH v2 weston 02/16] compositor-drm: Refactor connector name into new function

2015-07-10 Thread Bryce Harrington
On Mon, Jun 22, 2015 at 05:25:07PM +0100, Daniel Stone wrote: > From: Pekka Paalanen > > Refactor the code constructing the connector name into a new function. > This makes create_output_for_connector() slightly easier to read. > > Signed-off-by: Pekka Paalanen > Signed-off-by: Daniel Stone Re

[PATCH v2 weston 02/16] compositor-drm: Refactor connector name into new function

2015-06-22 Thread Daniel Stone
From: Pekka Paalanen Refactor the code constructing the connector name into a new function. This makes create_output_for_connector() slightly easier to read. Signed-off-by: Pekka Paalanen Signed-off-by: Daniel Stone --- src/compositor-drm.c | 28 ++-- 1 file changed, 1