|
|
@ -1230,7 +1230,7 @@ bool wlr_scene_output_commit(struct wlr_scene_output *scene_output) {
|
|
|
|
pixman_region32_init(¤t_damage->region);
|
|
|
|
pixman_region32_init(¤t_damage->region);
|
|
|
|
pixman_region32_copy(¤t_damage->region,
|
|
|
|
pixman_region32_copy(¤t_damage->region,
|
|
|
|
&scene_output->damage_ring.current);
|
|
|
|
&scene_output->damage_ring.current);
|
|
|
|
memcpy(¤t_damage->when, &now, sizeof(now));
|
|
|
|
current_damage->when = now;
|
|
|
|
wl_list_insert(regions, ¤t_damage->link);
|
|
|
|
wl_list_insert(regions, ¤t_damage->link);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|