RE: [PATCH weston 00/16] IVI Layout Notification APIs Rework

2016-04-01 Thread Ucan, Emre (ADITG/SW1)
l 2016 13:44 > To: Ucan, Emre (ADITG/SW1) > Cc: wayland-devel@lists.freedesktop.org; Natsume, Wataru (ADITJ/SWG) > Subject: Re: [PATCH weston 00/16] IVI Layout Notification APIs Rework > > On Thu, 31 Mar 2016 11:08:46 + > "Ucan, Emre (ADITG/SW1)" wrote: > > &g

Re: [PATCH weston 00/16] IVI Layout Notification APIs Rework

2016-04-01 Thread Pekka Paalanen
On Thu, 31 Mar 2016 11:08:46 + "Ucan, Emre (ADITG/SW1)" wrote: > I changed the interface of the notification APIs to get a wl_listener > instead of a ivi-shell specific notification callback function. > > This change has several advantages: > 1. Code cleanup > 2. No dynamic memory allocation

[PATCH weston 00/16] IVI Layout Notification APIs Rework

2016-03-31 Thread Ucan, Emre (ADITG/SW1)
I changed the interface of the notification APIs to get a wl_listener instead of a ivi-shell specific notification callback function. This change has several advantages: 1. Code cleanup 2. No dynamic memory allocation. Listeners are allocated by controller plugins 3. Remove API is not needed. C