commit | 85de9c25fe16d8bab928295fd68851738ef23b24 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Wed Sep 04 20:44:26 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Sep 04 20:46:56 2013 -0700 |
tree | ea5a902df448c336b739eed130cceaa363da7448 | |
parent | 0749e3f470a9d1cb7ec78c199962b84dce72e1f9 [diff] |
compositor: Split dnd setup up into weston_seat_start_drag() This makes the drag-and-drop code available to in-weston data sources, similar to how we can set a selection data source internally. The wl_data_device.start_drag entry point now calls this function after validating protocol arguments.