feat: subsurfaces
This commit is contained in:
parent
0f37c9922d
commit
93bc4bbd88
33 changed files with 1898 additions and 2651 deletions
|
|
@ -45,6 +45,7 @@ pub enum SurfaceIdWrapper {
|
|||
Window(window::Id),
|
||||
Popup(window::Id),
|
||||
SessionLock(window::Id),
|
||||
Subsurface(window::Id),
|
||||
}
|
||||
impl SurfaceIdWrapper {
|
||||
pub fn inner(&self) -> window::Id {
|
||||
|
|
@ -53,6 +54,7 @@ impl SurfaceIdWrapper {
|
|||
SurfaceIdWrapper::Window(id) => *id,
|
||||
SurfaceIdWrapper::Popup(id) => *id,
|
||||
SurfaceIdWrapper::SessionLock(id) => *id,
|
||||
SurfaceIdWrapper::Subsurface(id) => *id,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue