mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-01 22:58:42 -04:00
Popups should be unconstrained
This commit is contained in:
parent
afe1780ec3
commit
6aa39a5ce0
3 changed files with 52 additions and 13 deletions
|
|
@ -139,8 +139,9 @@ void output_frame_notify(struct wl_listener *listener, void *data) {
|
|||
.when = &now,
|
||||
};
|
||||
|
||||
wlr_xdg_surface_for_each_surface(view->xdg_toplevel->base,
|
||||
render_surface, &rdata);
|
||||
if (view->xdg_toplevel->base->role == WLR_XDG_SURFACE_ROLE_TOPLEVEL)
|
||||
wlr_xdg_surface_for_each_surface(view->xdg_toplevel->base,
|
||||
render_surface, &rdata);
|
||||
}
|
||||
|
||||
render_layer(output, &output->layers[ZWLR_LAYER_SHELL_V1_LAYER_TOP]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue