Re: [PATCH] libweston-desktop: update client state when its size was already set

2016-09-13 Thread Arnaud Vrac
On Mon, Sep 12, 2016 at 5:22 PM, Arnaud Vrac wrote: > From: Arnaud Vrac > > The shell can request a specific size via a configure event when > toggling fullscreen or maximizing the client. However, if the client > already has the requested size, the client state is not updated, > preventing the

[PATCH] libweston-desktop: update client state when its size was already set

2016-09-12 Thread Arnaud Vrac
From: Arnaud Vrac The shell can request a specific size via a configure event when toggling fullscreen or maximizing the client. However, if the client already has the requested size, the client state is not updated, preventing the switch to fullscreen or maximized states. Signed-off-by: Arnaud