desktop/output: fix damage bitfield in wlr_output_state

This commit is contained in:
Simon Ser 2023-06-09 11:27:41 +02:00
parent f3b8c9feee
commit 65b1a6964c
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ static int output_repaint_timer_handler(void *data) {
}
}
pending.committed |= WLR_OUTPUT_STATE_BUFFER;
pending.committed |= WLR_OUTPUT_STATE_DAMAGE;
get_frame_damage(output, &pending.damage);
if (fullscreen_con && fullscreen_con->view && !debug.noscanout) {