mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
Updates per wlroots layer shell changes
This commit is contained in:
parent
992726a823
commit
d19f4f7bf8
3 changed files with 7 additions and 4 deletions
|
|
@ -375,7 +375,7 @@ bool output_has_opaque_overlay_layer_surface(struct sway_output *output) {
|
|||
struct wlr_layer_surface_v1 *wlr_layer_surface_v1;
|
||||
wl_list_for_each(wlr_layer_surface_v1, &server.layer_shell->surfaces, link) {
|
||||
if (wlr_layer_surface_v1->output != output->wlr_output ||
|
||||
wlr_layer_surface_v1->layer != ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY) {
|
||||
wlr_layer_surface_v1->current.layer != ZWLR_LAYER_SHELL_V1_LAYER_OVERLAY) {
|
||||
continue;
|
||||
}
|
||||
struct wlr_surface *wlr_surface = wlr_layer_surface_v1->surface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue