1
0
Fork 0
forked from wry/wry

autocommit 2022-04-17 17:59:45 CEST

This commit is contained in:
Julian Orth 2022-04-17 17:59:45 +02:00
parent a30306e3d5
commit 1eb0d3e173
21 changed files with 392 additions and 87 deletions

View file

@ -54,7 +54,11 @@ impl WlCompositor {
track!(self.client, surface);
self.client.add_client_obj(&surface)?;
if self.client.is_xwayland {
self.client.state.xwayland.queue.push(XWaylandEvent::SurfaceCreated(surface.clone()));
self.client
.state
.xwayland
.queue
.push(XWaylandEvent::SurfaceCreated(surface.clone()));
}
Ok(())
}