mirror of
https://github.com/swaywm/sway.git
synced 2026-04-22 06:46:27 -04:00
chore: chase wlroots map logic unification
This commit is contained in:
parent
72881b5d12
commit
c9e1dab318
9 changed files with 90 additions and 51 deletions
|
|
@ -1065,7 +1065,7 @@ void output_render(struct render_context *ctx) {
|
|||
if (lock_surface->output != wlr_output) {
|
||||
continue;
|
||||
}
|
||||
if (!lock_surface->mapped) {
|
||||
if (!lock_surface->surface->mapped) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue