refactor(wayland): replace popups with child surfaces

This commit is contained in:
Nova
2023-08-06 18:32:43 -04:00
parent 2c979c84c4
commit 8c2c1b0c14
3 changed files with 119 additions and 28 deletions

View File

@@ -268,7 +268,7 @@ impl X11Backend {
match id {
SurfaceID::Cursor => None,
SurfaceID::Toplevel => self.toplevel.wl_surface(),
SurfaceID::Popup(_) => None,
SurfaceID::Child(_) => None,
}
}