aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/desktop/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 9934576c..2bd8d6da 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -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) {