Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/animation/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ static bool scene_node_snapshot(struct wlr_scene_node *node, int32_t lx,
return false;
}

// etain the original data pointer (e.g., Client*) to prevent event dispatching/focus acquisition from failing.
// retain the original data pointer (e.g., Client*) to prevent event dispatching/focus acquisition from failing.
snapshot_buffer->node.data = scene_buffer->node.data;

wlr_scene_buffer_set_dest_size(snapshot_buffer, scene_buffer->dst_width,
Expand Down Expand Up @@ -288,4 +288,4 @@ void request_fresh_all_monitors(void) {
}
wlr_output_schedule_frame(m->wlr_output);
}
}
}