Re: [PATCH wayland-protocols] xdg-shell: Introduce xdg_toplevel capabilities

2016-07-20 Thread Jonas Ådahl
On Wed, Jul 20, 2016 at 11:12:03AM +0200, Quentin Glidic wrote: > On 15/07/2016 13:00, Jonas Ådahl wrote: > > The xdg_toplevel capabilities are meant to let the compositor know what > > configurations a client can be configured to. This is meant to make it > > possible to disallow a compositor to m

Re: [PATCH wayland-protocols] xdg-shell: Introduce xdg_toplevel capabilities

2016-07-20 Thread Yong Bakos
> On Jul 15, 2016, at 4:00 AM, Jonas Ådahl wrote: > > The xdg_toplevel capabilities are meant to let the compositor know what > configurations a client can be configured to. This is meant to make it > possible to disallow a compositor to maximize, fullscreen etc a > surface, which would otherwise

Re: [PATCH wayland-protocols] xdg-shell: Introduce xdg_toplevel capabilities

2016-07-20 Thread Quentin Glidic
On 15/07/2016 13:00, Jonas Ådahl wrote: The xdg_toplevel capabilities are meant to let the compositor know what configurations a client can be configured to. This is meant to make it possible to disallow a compositor to maximize, fullscreen etc a surface, which would otherwise mandate the client

[PATCH wayland-protocols] xdg-shell: Introduce xdg_toplevel capabilities

2016-07-15 Thread Jonas Ådahl
The xdg_toplevel capabilities are meant to let the compositor know what configurations a client can be configured to. This is meant to make it possible to disallow a compositor to maximize, fullscreen etc a surface, which would otherwise mandate the client to configure the surface according to dime