Re: [PATCH v2] xdg-shell: Add tiled state

2016-06-07 Thread Jonas Ã…dahl
On Mon, Jun 06, 2016 at 11:31:48AM +0200, Olivier Fourdan wrote: > When tiled, clients must obey the window geometry specified in the > configure event and can choose to hide some of their decorations. > > Signed-off-by: Olivier Fourdan > --- > v2: Simplify the proposal and keep only one "tiled"

[PATCH v2] xdg-shell: Add tiled state

2016-06-06 Thread Olivier Fourdan
When tiled, clients must obey the window geometry specified in the configure event and can choose to hide some of their decorations. Signed-off-by: Olivier Fourdan --- v2: Simplify the proposal and keep only one "tiled" state instead of one per edge. Note that the edges in my initial