Re: [PATCH weston 6/6] libweston-desktop/xwayland: add is_mapped handling for XWAYLAND

2016-11-24 Thread Pekka Paalanen
On Thu, 24 Nov 2016 15:09:39 +0100 Quentin Glidic wrote: > On 24/11/2016 12:40, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > The xwayland window type XWAYLAND is not handled by the shell at all, > > instead libweston-desktop maps such surfaces itself. However, it forgot > > to set west

Re: [PATCH weston 6/6] libweston-desktop/xwayland: add is_mapped handling for XWAYLAND

2016-11-24 Thread Quentin Glidic
On 24/11/2016 12:40, Pekka Paalanen wrote: From: Pekka Paalanen The xwayland window type XWAYLAND is not handled by the shell at all, instead libweston-desktop maps such surfaces itself. However, it forgot to set weston_surface::is_mapped and weston_view::is_mapped. weston_surface::is_mapped a

Re: [PATCH weston 6/6] libweston-desktop/xwayland: add is_mapped handling for XWAYLAND

2016-11-24 Thread Daniel Stone
Hi Pekka, On 24 November 2016 at 11:40, Pekka Paalanen wrote: > The xwayland window type XWAYLAND is not handled by the shell at all, > instead libweston-desktop maps such surfaces itself. However, it forgot > to set weston_surface::is_mapped and weston_view::is_mapped. > > weston_surface::is_map

[PATCH weston 6/6] libweston-desktop/xwayland: add is_mapped handling for XWAYLAND

2016-11-24 Thread Pekka Paalanen
From: Pekka Paalanen The xwayland window type XWAYLAND is not handled by the shell at all, instead libweston-desktop maps such surfaces itself. However, it forgot to set weston_surface::is_mapped and weston_view::is_mapped. weston_surface::is_mapped affects the behaviour of weston_view_unmap() a