mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-02 07:23:52 -04:00
Fix output layers order error on wayland backend
This commit is contained in:
parent
6114dd6a83
commit
b560f36207
1 changed files with 2 additions and 0 deletions
|
|
@ -515,6 +515,8 @@ static bool commit_layers(struct wlr_wl_output *output,
|
||||||
if (!output_layer_commit(output, layer, &layers[i])) {
|
if (!output_layer_commit(output, layer, &layers[i])) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prev_layer = layer;
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue