Skip to content

Refactor data-device

Simon Ser requested to merge github/fork/emersion/refactor-data-device into master

Various refactoring commits to improve our data-device implementation.

Breaking changes:

  • wlr_seat_client_send_selection has been removed, this is an internal function
  • wlr_data_source_finish has been removed, this is now handled by wlr_data_source_destroy
  • wlr_data_source_cancel has been renamed to wlr_data_source_destroy

Merge request reports