Re: [PATCH weston-ivi-shell v5 2/9] The weston-layout library supports

2014-07-08 Thread Nobuhiko Tanibata
2014-07-07 16:10 に Pekka Paalanen さんは書きました: On Tue, 20 May 2014 13:52:55 +0900 Nobuhiko Tanibata wrote: Hi, I apply review comments as v5 except following comments. >> + >> +struct link_layerPropertyNotification { >> +layerPropertyNotificationFunc callback; >> +void *userdata; >> +

Re: [PATCH weston-ivi-shell v5 2/9] The weston-layout library supports

2014-07-07 Thread Pekka Paalanen
On Tue, 20 May 2014 13:52:55 +0900 Nobuhiko Tanibata wrote: > Hi, > > I apply review comments as v5 except following comments. > > >> + > >> +struct link_layerPropertyNotification { > >> +layerPropertyNotificationFunc callback; > >> +void *userdata; > >> +struct wl_list link; > >> +

Re: [PATCH weston-ivi-shell v5 2/9] The weston-layout library supports

2014-05-19 Thread Nobuhiko Tanibata
Hi, I apply review comments as v5 except following comments. + +struct link_layerPropertyNotification { +layerPropertyNotificationFunc callback; +void *userdata; +struct wl_list link; +}; + +struct link_surfacePropertyNotification { +surfacePropertyNotificationFunc callback; +

Re: [PATCH weston-ivi-shell v5 2/9] The weston-layout library supports

2014-04-25 Thread Pekka Paalanen
On Thu, 20 Mar 2014 15:59:34 +0900 Nobuhiko Tanibata wrote: > API set of controlling properties of surface and layer which groups > surfaces. An unique ID whose type is integer is required to create > surface and layer. With the unique ID, surface and layer are identified > to control them. The A