Skip to content

input device cleanup

Simon Zeni requested to merge bl4ckb0ne/wlroots:input_device_finish into master

Depends on !3434 (merged)

Split the wlr_input_device cleanup process in two;

  • A finish function to clean its allocated memory
  • A destroy function to call the appropriate destroy function

Merge request reports