Re: EXT: [PATCH weston v6 22/73] weston: migrate fbdev to head-based output API

2018-03-23 Thread Ray, Ian (GE Healthcare)
> On 16 Feb 2018, at 16.57, Pekka Paalanen wrote: > > From: Pekka Paalanen > > Migrate the fbdev frontend to use the new head-based output > configuration API: listen for heads_changed, and process all heads. > > Signed-off-by: Pekka Paalanen > --- > compositor/main.c | 11 +-- > 1 fi

[PATCH weston v6 22/73] weston: migrate fbdev to head-based output API

2018-02-16 Thread Pekka Paalanen
From: Pekka Paalanen Migrate the fbdev frontend to use the new head-based output configuration API: listen for heads_changed, and process all heads. Signed-off-by: Pekka Paalanen --- compositor/main.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/compositor/ma