Re: [PATCH] shell: position input panel layer above fullscreen layer

2014-04-02 Thread Kristian Høgsberg
On Wed, Mar 05, 2014 at 12:21:34PM +0100, Manuel Bachmann wrote: > When a client calls the input panel (weston-keyboard e.g.) > and then goes fullscreen, the panel will not be hidden > anymore. > > Signed-off-by: Manuel Bachmann > --- Makes sense, applied. Kristian > desktop-shell/input-panel

[PATCH] shell: position input panel layer above fullscreen layer

2014-03-05 Thread Manuel Bachmann
When a client calls the input panel (weston-keyboard e.g.) and then goes fullscreen, the panel will not be hidden anymore. Signed-off-by: Manuel Bachmann --- desktop-shell/input-panel.c |2 +- desktop-shell/shell.c | 17 + 2 files changed, 10 insertions(+), 9 deletion