Skip to content

Corrected drag/drop initialization

Logan Ryan Armstrong requested to merge zerker/GCstar:gtk3-zerk into Gtk3

enable_mode_drag_source and dest function signature changed in Gtk3. The order is different, and it expects a list of TargetEntry objects instead of a single hash of values.

Merge request reports