Re: [PATCH weston-ivi-shell 02/15] ivi application protocol:

2014-03-06 Thread Nobuhiko Tanibata
2014-03-07 11:37 に Jason Ekstrand さんは書きました: On Mar 6, 2014 7:08 PM, "Nobuhiko Tanibata" wrote: > > 2014-03-07 00:21 に Jason Ekstrand さんは書きました: > >> On Mar 6, 2014 3:53 AM, "Nobuhiko Tanibata" >> wrote: >> > >> > Add interface ivi_application, which creates ivi_surface objects >> tied >

Re: [PATCH weston-ivi-shell 02/15] ivi application protocol:

2014-03-06 Thread Jason Ekstrand
On Mar 6, 2014 7:08 PM, "Nobuhiko Tanibata" < nobuhiko_tanib...@xddp.denso.co.jp> wrote: > > 2014-03-07 00:21 に Jason Ekstrand さんは書きました: > >> On Mar 6, 2014 3:53 AM, "Nobuhiko Tanibata" >> wrote: >> > >> > Add interface ivi_application, which creates ivi_surface objects >> tied >> > to a given

Re: [PATCH weston-ivi-shell 02/15] ivi application protocol:

2014-03-06 Thread Nobuhiko Tanibata
2014-03-07 00:21 に Jason Ekstrand さんは書きました: On Mar 6, 2014 3:53 AM, "Nobuhiko Tanibata" wrote: > > Add interface ivi_application, which creates ivi_surface objects tied > to a given wl_surface with a given id. The given id can be used in a > shell to identify which application is assigned to

Re: [PATCH weston-ivi-shell 02/15] ivi application protocol:

2014-03-06 Thread Jason Ekstrand
On Mar 6, 2014 3:53 AM, "Nobuhiko Tanibata" < nobuhiko_tanib...@xddp.denso.co.jp> wrote: > > Add interface ivi_application, which creates ivi_surface objects tied > to a given wl_surface with a given id. The given id can be used in a > shell to identify which application is assigned to a wl_surface

[PATCH weston-ivi-shell 02/15] ivi application protocol:

2014-03-06 Thread Nobuhiko Tanibata
Add interface ivi_application, which creates ivi_surface objects tied to a given wl_surface with a given id. The given id can be used in a shell to identify which application is assigned to a wl_surface and layout the surface wherever the shell wants. ivi_surface objects can be used to receive stat