mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-05 01:41:03 -05:00
treewide: fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
1ce992d7cb
commit
6d9aa17572
13 changed files with 15 additions and 15 deletions
|
|
@ -2391,7 +2391,7 @@ bool wlr_scene_output_build_state(struct wlr_scene_output *scene_output,
|
|||
pixman_region32_init(&acc_damage);
|
||||
struct highlight_region *damage, *tmp_damage;
|
||||
wl_list_for_each_safe(damage, tmp_damage, regions, link) {
|
||||
// remove overlaping damage regions
|
||||
// remove overlapping damage regions
|
||||
pixman_region32_subtract(&damage->region, &damage->region, &acc_damage);
|
||||
pixman_region32_union(&acc_damage, &acc_damage, &damage->region);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue