mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
desktop/output: fix damage bitfield in wlr_output_state
This commit is contained in:
parent
f3b8c9feee
commit
65b1a6964c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user