Re: [PATCH] ivi-shell: SEGV occurs when multi touch happens in transition

2015-02-06 Thread Bryce Harrington
On Fri, Feb 06, 2015 at 08:34:32AM +, Daniel Stone wrote: > On Friday, February 6, 2015, Nobuhiko Tanibata < > nobuhiko_tanib...@xddp.denso.co.jp> wrote: > > > of application launching. This is because cancel callback is mistakenly > > set to weston_touch_grab_interface. To fix this issue, add

Re: [PATCH] ivi-shell: SEGV occurs when multi touch happens in transition

2015-02-06 Thread Daniel Stone
On Friday, February 6, 2015, Nobuhiko Tanibata < nobuhiko_tanib...@xddp.denso.co.jp> wrote: > of application launching. This is because cancel callback is mistakenly > set to weston_touch_grab_interface. To fix this issue, add a > callback, touch_move_workspace_grab_frame and set it to the > westo

[PATCH] ivi-shell: SEGV occurs when multi touch happens in transition

2015-02-05 Thread Nobuhiko Tanibata
of application launching. This is because cancel callback is mistakenly set to weston_touch_grab_interface. To fix this issue, add a callback, touch_move_workspace_grab_frame and set it to the weston_touch_grab_interface like desktop-shell. Signed-off-by: Nobuhiko Tanibata --- ivi-shell/hmi-cont