Re: [PATCH wayland] protocol: Add DnD actions

2015-06-11 Thread Bill Spitzak
I think everybody is waiting for an explanation as to why one of the clients cannot choose the action, and instead the compositor does it. You are defining a function f(S,D,M) that takes three inputs and returns a selected action. The three inputs are the set of actions from the source (S), the se

[PATCH wayland] protocol: Add DnD actions

2015-06-09 Thread Carlos Garnacho
These 2 requests have been added: - wl_data_source.set_actions: Notifies the compositor of the available actions on the data source. - wl_data_offer.set_actions: Notifies the compositor of the available actions on the destination side, plus the preferred action. Out of the data from these req