Re: [PATCH] shell: display the input panel on the active output

2014-04-21 Thread Kristian Høgsberg
On Thu, Apr 17, 2014 at 02:04:32PM +0200, Manuel Bachmann wrote: > We now dynamically move the input panel (i.e. virtual > keyboard) surface to the output containing the currently > focused surface. That works, but it does seem like we're missing a link from the input panel surface to the input co

Re: [PATCH] shell: display the input panel on the active output

2014-04-17 Thread Manuel Bachmann
This patch fixes : https://bugs.freedesktop.org/show_bug.cgi?id=71015 Regards, Manuel 2014-04-17 14:04 GMT+02:00 Manuel Bachmann < manuel.bachm...@open.eurogiciel.org>: > We now dynamically move the input panel (i.e. virtual > keyboard) surface to the output containing the currently > focused

[PATCH] shell: display the input panel on the active output

2014-04-17 Thread Manuel Bachmann
We now dynamically move the input panel (i.e. virtual keyboard) surface to the output containing the currently focused surface. Signed-off-by: Manuel Bachmann --- desktop-shell/input-panel.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/desktop-shell/input-panel.c b/deskt