1
0
Fork 0
forked from wry/wry

portal: include mapping_id in screencasts

This commit is contained in:
Julian Orth 2024-10-11 13:23:54 +02:00
parent edafe16742
commit 5df018046c
5 changed files with 31 additions and 5 deletions

View file

@ -90,7 +90,7 @@ impl UsrJayEiSessionOwner for StartingRemoteDesktop {
Some(self.dpy.clone()),
);
} else {
self.session.send_start_reply(None, None);
self.session.send_start_reply(None, None, None);
}
}