My KWIN fork where I work on features like per-output virtual desktops
Find a file
David Edmundson ef539368d9 Emit signal before DataControlSource destruction
SeatInterface cleans up when a data source goes away. However the
cleanup also makes use of metaobjects so needs to run before the leaf
class destructor is run.

All other AbstractDataSource objects emit the unbound signal, which
SeatInterface also connects to do a earlier cleanup. Otherwise we get a
crash if a data control source replaces itself.
2020-07-23 11:58:31 +01:00
src/wayland Emit signal before DataControlSource destruction 2020-07-23 11:58:31 +01:00