Re: [PATCH weston 2/2] desktop-shell: Handle the fullscreen to maximized case safely

2017-12-05 Thread Daniel Stone
Hi Derek, On 6 October 2017 at 20:37, Derek Foreman wrote: > When a client transitions from maximized to fullscreen to maximized (run > weston-terminal, maximize it, hit f11 twice) we're sending size 0,0 for > the unfullscreen configure, which still has maximized set. > > This results in clients

[PATCH weston 2/2] desktop-shell: Handle the fullscreen to maximized case safely

2017-10-06 Thread Derek Foreman
When a client transitions from maximized to fullscreen to maximized (run weston-terminal, maximize it, hit f11 twice) we're sending size 0,0 for the unfullscreen configure, which still has maximized set. This results in clients correctly picking any size they like, and weston disconnecting them fo