Re: [PATCH v6 xdg-shell-unstable-v6] xdg-shell: Add min/max size requests

2016-04-15 Thread Jonas Ådahl
On Fri, Apr 15, 2016 at 03:46:43AM -0400, Olivier Fourdan wrote: > > Hi, > > - Original Message - > > On Thu, Apr 14, 2016 at 1:56 AM, Jonas Ådahl wrote: > > > > > > > > This makes it sound like the compositor will have to obay the limits. > > > Did we end up with

Re: [PATCH v6 xdg-shell-unstable-v6] xdg-shell: Add min/max size requests

2016-04-14 Thread Jonas Ådahl
On Wed, Apr 13, 2016 at 08:15:57PM +0200, Olivier Fourdan wrote: > Some application may wish to restrict their window in size, but > xdg-shell has no mechanism for the client to specify a maximum or > minimum size. > > As a result, the compositor may try to maximize or fullscreen a window > while

Re: [PATCH v6 xdg-shell-unstable-v6] xdg-shell: Add min/max size requests

2016-04-13 Thread Mike Blumenkrantz
Reviewed-By: Mike Blumenkrantz On Wed, Apr 13, 2016 at 2:18 PM Olivier Fourdan wrote: > Just a quick note, not that it matters much, but this should have been v7, > not v6, I got confused with the numbering of iterations :) > > Cheers, > Olivier > >

Re: [PATCH v6 xdg-shell-unstable-v6] xdg-shell: Add min/max size requests

2016-04-13 Thread Olivier Fourdan
Just a quick note, not that it matters much, but this should have been v7, not v6, I got confused with the numbering of iterations :) Cheers, Olivier - Original Message - > Some application may wish to restrict their window in size, but > xdg-shell has no mechanism for the client to

[PATCH v6 xdg-shell-unstable-v6] xdg-shell: Add min/max size requests

2016-04-13 Thread Olivier Fourdan
Some application may wish to restrict their window in size, but xdg-shell has no mechanism for the client to specify a maximum or minimum size. As a result, the compositor may try to maximize or fullscreen a window while the client would not allow for the requested size. Add new requests

[PATCH v6 xdg-shell-unstable-v6] xdg-shell: Add min/max size requests

2016-04-12 Thread Olivier Fourdan
Some application may wish to restrict their window in size, but xdg-shell has no mechanism for the client to specify a maximum or minimum size. As a result, the compositor may try to maximize or fullscreen a window while the client would not allow for the requested size. Add new requests