Re: [PATCH weston 1/3] text: Launch input method in text_backend_init

2015-09-23 Thread Derek Foreman
On 17/09/15 03:38 PM, Bryce Harrington wrote: > On Thu, Jun 25, 2015 at 03:49:47PM -0500, Derek Foreman wrote: >> Previously we tried to launch the input method every time a seat was >> created, and the launch function would notice it was running and not >> bother to actually launch. > > If I unde

Re: [PATCH weston 1/3] text: Launch input method in text_backend_init

2015-09-17 Thread Bryce Harrington
On Thu, Jun 25, 2015 at 03:49:47PM -0500, Derek Foreman wrote: > Previously we tried to launch the input method every time a seat was > created, and the launch function would notice it was running and not > bother to actually launch. If I understand this correctly, text_backend_init iterates throu

[PATCH weston 1/3] text: Launch input method in text_backend_init

2015-06-25 Thread Derek Foreman
Previously we tried to launch the input method every time a seat was created, and the launch function would notice it was running and not bother to actually launch. Signed-off-by: Derek Foreman --- src/text-backend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tex