Re: [PATCH weston] libweston-desktop: fix the size of unmaximized xdg surfaces

2017-07-28 Thread Giulio Camuffo
2017-07-27 15:22 GMT+02:00 Quentin Glidic : > On 7/27/17 3:01 PM, Giulio Camuffo wrote: >> >> When unmaximizing a surface the configure event should send 0,0 as the >> requested size, so that the client can use the size that it had before >> maximizing > > > Hi, > > I disagree on this patch for a f

Re: [PATCH weston] libweston-desktop: fix the size of unmaximized xdg surfaces

2017-07-27 Thread Quentin Glidic
On 7/27/17 3:01 PM, Giulio Camuffo wrote: When unmaximizing a surface the configure event should send 0,0 as the requested size, so that the client can use the size that it had before maximizing Hi, I disagree on this patch for a few reasons: - the size can be ignored in this case, so there is

[PATCH weston] libweston-desktop: fix the size of unmaximized xdg surfaces

2017-07-27 Thread Giulio Camuffo
When unmaximizing a surface the configure event should send 0,0 as the requested size, so that the client can use the size that it had before maximizing --- libweston-desktop/xdg-shell-v6.c | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/libwes