Re: [PATCH weston 01/21] libweston: move weston_output::mode_list init to core

2017-10-04 Thread Pekka Paalanen
On Tue, 26 Sep 2017 06:30:16 + "Ray, Ian (GE Healthcare)" wrote: > On 22/09/2017, 17.32, "wayland-devel on behalf of Pekka Paalanen" > ppaala...@gmail.com> wrote: > > > > From: Pekka Paalanen > > > > Initialize the list in weston_output_init() instead of doing it > > separately in each b

Re: [PATCH weston 01/21] libweston: move weston_output::mode_list init to core

2017-09-25 Thread Ray, Ian (GE Healthcare)
On 22/09/2017, 17.32, "wayland-devel on behalf of Pekka Paalanen" wrote: > > From: Pekka Paalanen > > Initialize the list in weston_output_init() instead of doing it > separately in each backend. > > One would expect weston_output_init() to initialize all weston_output > members, at least th

[PATCH weston 01/21] libweston: move weston_output::mode_list init to core

2017-09-22 Thread Pekka Paalanen
From: Pekka Paalanen Initialize the list in weston_output_init() instead of doing it separately in each backend. One would expect weston_output_init() to initialize all weston_output members, at least those that are not NULL. We rely on the set_size() functions to be called only once, as is ass