Re: [PATCH v2 2/2] xdg-shell: Fold several client-side decoration requests into a generic request

2017-01-03 Thread Jonas Ådahl
On Thu, Dec 29, 2016 at 07:59:40PM -0500, Adam Goode wrote: > On Mon, Dec 19, 2016 at 10:15 PM, Jonas Ådahl wrote: > > > On Mon, Dec 19, 2016 at 12:55:24PM -0500, Adam Goode wrote: > > > Compositors currently receive "move", "resize", and "show_window_menu" > > > requests from

Re: [PATCH v2 2/2] xdg-shell: Fold several client-side decoration requests into a generic request

2016-12-30 Thread Giulio Camuffo
2016-12-30 1:59 GMT+01:00 Adam Goode : > On Mon, Dec 19, 2016 at 10:15 PM, Jonas Ådahl wrote: >> >> On Mon, Dec 19, 2016 at 12:55:24PM -0500, Adam Goode wrote: >> > Compositors currently receive "move", "resize", and "show_window_menu" >> > requests from

Re: [PATCH v2 2/2] xdg-shell: Fold several client-side decoration requests into a generic request

2016-12-19 Thread Jonas Ådahl
On Mon, Dec 19, 2016 at 12:55:24PM -0500, Adam Goode wrote: > Compositors currently receive "move", "resize", and "show_window_menu" > requests from clients whose decorations have been interacted with. > Clients currently implement key- and mouse-binding policies to > determine which one of these

[PATCH v2 2/2] xdg-shell: Fold several client-side decoration requests into a generic request

2016-12-19 Thread Adam Goode
Compositors currently receive "move", "resize", and "show_window_menu" requests from clients whose decorations have been interacted with. Clients currently implement key- and mouse-binding policies to determine which one of these requests to send to the compositor in response to user action.