Re: [PATCH weston v2 09/24] xwm: detect legacy fullscreen on MapRequest

2017-01-16 Thread Pekka Paalanen
On Sun, 15 Jan 2017 14:44:05 +0100 Quentin Glidic wrote: > On 21/12/2016 15:40, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > The legacy fullscreen state needs to be detected at MapRequest time, > > because that is when the X11 client has alredy set up the initial window > > state. > >

Re: [PATCH weston v2 09/24] xwm: detect legacy fullscreen on MapRequest

2017-01-15 Thread Quentin Glidic
On 21/12/2016 15:40, Pekka Paalanen wrote: From: Pekka Paalanen The legacy fullscreen state needs to be detected at MapRequest time, because that is when the X11 client has alredy set up the initial window state. Doing it at xserver_map_shell_surface() meant that it would be done as a response

[PATCH weston v2 09/24] xwm: detect legacy fullscreen on MapRequest

2016-12-21 Thread Pekka Paalanen
From: Pekka Paalanen The legacy fullscreen state needs to be detected at MapRequest time, because that is when the X11 client has alredy set up the initial window state. Doing it at xserver_map_shell_surface() meant that it would be done as a response to Xwayland creating the wl_surface and XWM