deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2023-05-03 19:47:34 +02:00
parent 18bac3e5ba
commit 521d1b149b
3 changed files with 150 additions and 123 deletions

View file

@ -100,8 +100,9 @@ impl State {
match xwayland.start(
self.common.event_loop_handle.clone(),
None,
std::iter::empty::<(OsString, OsString)>(),
//vec![("WAYLAND_DEBUG", "client")].into_iter(),
std::iter::empty::<(OsString, OsString)>(),
true,
|user_data| {
if let Some(node) = render_node {
user_data.insert_if_missing(|| node);