1
0
Fork 0
forked from wry/wry

portal: send toplevel identifier in jay_toplevel

This commit is contained in:
Julian Orth 2024-10-10 12:57:27 +02:00
parent 8d6aaf79a7
commit d4c0fb29ba
7 changed files with 92 additions and 15 deletions

View file

@ -71,7 +71,7 @@ impl Global for JayCompositorGlobal {
}
fn version(&self) -> u32 {
11
12
}
fn required_caps(&self) -> ClientCaps {
@ -369,6 +369,7 @@ impl JayCompositorRequestHandler for JayCompositor {
client: self.client.clone(),
tracker: Default::default(),
destroyed: Cell::new(false),
version: self.version,
});
track!(self.client, obj);
self.client.add_client_obj(&obj)?;