Skip to content

Draft: drag: drop wlr_drag_icon

Kirill Primak requested to merge vyivel/wlroots:drag-drop-icon-struct into master

Breaking changes

  • struct wlr_drag_icon has been removed.
  • wlr_drag.icon is now a struct wlr_surface *.
  • wlr_scene_drag_icon_create() now accepts a struct wlr_surface * as its second argument.

Merge request reports