aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--types/wlr_compositor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/wlr_compositor.c b/types/wlr_compositor.c
index a3e02655..c83d356a 100644
--- a/types/wlr_compositor.c
+++ b/types/wlr_compositor.c
@@ -331,7 +331,7 @@ static void surface_state_move(struct wlr_surface_state *state,
wl_list_init(&next->frame_callback_list);
}
- state->committed |= next->committed;
+ state->committed = next->committed;
next->committed = 0;
state->seq = next->seq;