Re: [PATCH weston 2/2] move text_backend initialization into the shell plugin

2015-06-11 Thread Pekka Paalanen
On Wed, 10 Jun 2015 21:16:02 + Murray Calavera wrote: > Whether a input method is used should be the responsibility > of the shell because some shells may not want to implement > an input method at all > > Signed-off-by: Murray Calavera > Reviewed-by: Pekka Paalanen > --- > desktop-shell/

[PATCH weston 2/2] move text_backend initialization into the shell plugin

2015-06-10 Thread Murray Calavera
Whether a input method is used should be the responsibility of the shell because some shells may not want to implement an input method at all Signed-off-by: Murray Calavera Reviewed-by: Pekka Paalanen --- desktop-shell/shell.c | 3 +++ ivi-shell/ivi-shell.c | 3 +++ src/compositor.c | 2 --

Re: [PATCH weston 2/2] Move text_backend initialization into the shell plugin

2015-06-09 Thread Pekka Paalanen
On Tue, 9 Jun 2015 20:24:55 + Murray Calavera wrote: > Whether a input method is used should be the responsibility > of the shell because some shells may not want to implement > an input method at all. > > Signed-off-by: Murray Calavera Hi, very good. > --- > desktop-shell/shell.c | 3

[PATCH weston 2/2] Move text_backend initialization into the shell plugin

2015-06-09 Thread Murray Calavera
Whether a input method is used should be the responsibility of the shell because some shells may not want to implement an input method at all. Signed-off-by: Murray Calavera --- desktop-shell/shell.c | 3 +++ ivi-shell/ivi-shell.c | 3 +++ src/compositor.c | 2 -- 3 files changed, 6 inserti