portal: send toplevel identifier in jay_toplevel
This commit is contained in:
parent
8d6aaf79a7
commit
d4c0fb29ba
7 changed files with 92 additions and 15 deletions
|
|
@ -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)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue