Re: [PATCH weston v7 2/5] data-device: Implement DnD actions

2016-01-15 Thread Carlos Garnacho
Hey Jonas, On Fri, Jan 15, 2016 at 7:10 AM, Jonas Ådahl wrote: > On Thu, Jan 14, 2016 at 11:46:34PM +0100, Carlos Garnacho wrote: >> The policy in weston in order to determine the chosen DnD action is >> deliberately simple, and is probably the minimals that any compositor >>

Re: [PATCH weston v7 2/5] data-device: Implement DnD actions

2016-01-14 Thread Jonas Ådahl
On Thu, Jan 14, 2016 at 11:46:34PM +0100, Carlos Garnacho wrote: > The policy in weston in order to determine the chosen DnD action is > deliberately simple, and is probably the minimals that any compositor > should be doing here. > > Besides honoring the set_actions requests on both

[PATCH weston v7 2/5] data-device: Implement DnD actions

2016-01-14 Thread Carlos Garnacho
The policy in weston in order to determine the chosen DnD action is deliberately simple, and is probably the minimals that any compositor should be doing here. Besides honoring the set_actions requests on both wl_data_source and wl_data_offer, weston now will emit the newly added "action" events

Re: [PATCH weston v7 2/5] data-device: Implement DnD actions

2016-01-14 Thread Jonas Ådahl
Hey, Found a couple of more issues. Comments inline. On Thu, Jan 14, 2016 at 11:46:34PM +0100, Carlos Garnacho wrote: > The policy in weston in order to determine the chosen DnD action is > deliberately simple, and is probably the minimals that any compositor > should be doing here. > > Besides

[PATCH weston v7 2/5] data-device: Implement DnD actions

2015-12-23 Thread Carlos Garnacho
The policy in weston in order to determine the chosen DnD action is deliberately simple, and is probably the minimals that any compositor should be doing here. Besides honoring the set_actions requests on both wl_data_source and wl_data_offer, weston now will emit the newly added "action" events