1
0
Fork 0
forked from wry/wry

autocommit 2022-04-15 21:57:04 CEST

This commit is contained in:
Julian Orth 2022-04-15 21:57:04 +02:00
parent fdf0ab7388
commit 4826305236

View file

@ -190,6 +190,7 @@ pub fn detach_seat<T: Vtable>(src: &T::Source) {
if !data.state.get().contains(SOURCE_STATE_FINISHED) {
T::send_cancelled(src);
}
data.client.flush();
}
pub fn offer_source_to<T: Vtable>(src: &Rc<T::Source>, client: &Rc<Client>) {