Re: [PATCH weston 1/6] xwm: don't try to remove nonexistent frame

2012-06-05 Thread Kristian Høgsberg
On Mon, Jun 04, 2012 at 08:01:43PM +0300, Tiago Vignatti wrote: > on the first time, the transient surface is mapped and viewable, then if it > gets unmapped on the second time it doesn't show up anymore. You mean override-redirect windows, right? > This happens with any X window that Weston maps

[PATCH weston 1/6] xwm: don't try to remove nonexistent frame

2012-06-04 Thread Tiago Vignatti
on the first time, the transient surface is mapped and viewable, then if it gets unmapped on the second time it doesn't show up anymore. This happens with any X window that Weston maps as transient surface. Signed-off-by: Tiago Vignatti --- src/xwayland/window-manager.c |3 +++ 1 file chan