Re: [PATCH] XWayland: do not set wm-focus_window to a window with no frame

2013-12-03 Thread Kristian Høgsberg
On Fri, Nov 15, 2013 at 02:04:38PM +0100, Axel Davy wrote: An unmapped window shouldn't be the input focus. This solves some remaining Weston crashes with XWayland, because we assume wm-focus_window has a frame. No, the original patch from Dima is fine, not having a frame doesn't mean you

[PATCH] XWayland: do not set wm-focus_window to a window with no frame

2013-11-15 Thread Axel Davy
An unmapped window shouldn't be the input focus. This solves some remaining Weston crashes with XWayland, because we assume wm-focus_window has a frame. Signed-off-by: Axel Davy axel.d...@ens.fr --- src/xwayland/window-manager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git