Re: EXT: [PATCH weston v6 25/73] libweston: change windowed_output_api output_create to create_head

2018-03-23 Thread Ray, Ian (GE Healthcare)
> On 23 Mar 2018, at 15.36, Ray, Ian (GE Healthcare) wrote: > >> >> On 16 Feb 2018, at 16.57, Pekka Paalanen wrote: >> >> From: Pekka Paalanen >> >> Rename the function pointer to create_head() because that is what it >> does on backends that are converted to the head-based API. Update the

Re: EXT: [PATCH weston v6 25/73] libweston: change windowed_output_api output_create to create_head

2018-03-23 Thread Ray, Ian (GE Healthcare)
> On 16 Feb 2018, at 16.57, Pekka Paalanen wrote: > > From: Pekka Paalanen > > Rename the function pointer to create_head() because that is what it > does on backends that are converted to the head-based API. Update the > documentation to match. > > Surprisingly this is not an ABI break, as t

[PATCH weston v6 25/73] libweston: change windowed_output_api output_create to create_head

2018-02-16 Thread Pekka Paalanen
From: Pekka Paalanen Rename the function pointer to create_head() because that is what it does on backends that are converted to the head-based API. Update the documentation to match. Surprisingly this is not an ABI break, as the function behaviour and signature remain intact. Hence API_NAME is