Re: [PATCH v4] protocol: Add DnD actions

2015-10-30 Thread Michael Catanzaro
On Fri, 2015-10-30 at 21:57 +0100, Carlos Garnacho wrote: > + This request mandates the final result of the drag-and-drop > + operation. If the end result is that no action is accepted, > + the drag source will receive drag_source.cancelled. Same nit here about "mandates." Revie

Re: [PATCH v4] protocol: Add DnD actions

2015-10-30 Thread Bill Spitzak
On Fri, Oct 30, 2015 at 1:57 PM, Carlos Garnacho wrote: > > + > + > +This is a bitmask of the available/preferred actions in a > +drag-and-drop operation. > + > +The current reserved ranges are: > + > +0x - 0x00FF: Reserved for the wayland core protoc

[PATCH v4] protocol: Add DnD actions

2015-10-30 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