File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/wayland/selection/data_device Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1616//!
1717//! - the freestanding function [`set_data_device_selection`]
1818//! allows you to set the contents of the selection for your clients
19- //! - the freestanding function [`start_dnd`] allows you to initiate a drag'n'drop event from the compositor
20- //! itself and receive interactions of clients with it via an other dedicated callback.
2119//!
2220//! The module defines the role `"dnd_icon"` that is assigned to surfaces used as drag'n'drop icons.
2321//!
@@ -368,7 +366,7 @@ fn handle_dnd<D, S>(
368366 }
369367}
370368
371- /// Type implementing [`OfferData`](crate::input::dnd::OfferData) for wl_data_offer based DnD sources
369+ /// Type implementing [`OfferData`] for wl_data_offer based DnD sources
372370#[ derive( Debug ) ]
373371pub struct WlOfferData < S : Source > {
374372 state : Arc < Mutex < WlOfferState > > ,
You can’t perform that action at this time.
0 commit comments