mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
output-damage: fix setting pending_attach_render
This commit is contained in:
parent
052ea7b475
commit
b9155c5b80
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ static void output_handle_precommit(struct wl_listener *listener, void *data) {
|
||||||
// TODO: find a better way to access this info without a precommit
|
// TODO: find a better way to access this info without a precommit
|
||||||
// handler
|
// handler
|
||||||
output_damage->pending_attach_render =
|
output_damage->pending_attach_render =
|
||||||
output_is_direct_scanout(output, state->buffer);
|
!output_is_direct_scanout(output, state->buffer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue