Render popups separately from their toplevel view when possible

This commit is contained in:
Jente Hidskes 2020-01-05 14:39:56 +01:00
parent b69431866f
commit 020f885526
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
7 changed files with 101 additions and 33 deletions

View file

@ -180,6 +180,8 @@ static const struct cg_view_impl xwayland_view_impl = {
.maximize = maximize,
.destroy = destroy,
.for_each_surface = for_each_surface,
/* XWayland doesn't have a separate popup iterator. */
.for_each_popup = NULL,
.wlr_surface_at = wlr_surface_at,
};