mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
chase: let wlr_scene track damage again
https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4253
This commit is contained in:
parent
d2579a0088
commit
6becc02ca4
2 changed files with 1 additions and 9 deletions
|
|
@ -83,14 +83,6 @@ lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
* FIXME: Remove the following line as soon as
|
|
||||||
* https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4253
|
|
||||||
* is merged. At that point wlr_scene handles damage tracking internally
|
|
||||||
* again.
|
|
||||||
*/
|
|
||||||
wlr_damage_ring_rotate(&scene_output->damage_ring);
|
|
||||||
|
|
||||||
if (!wlr_box_empty(&additional_damage)) {
|
if (!wlr_box_empty(&additional_damage)) {
|
||||||
wlr_damage_ring_add_box(&scene_output->damage_ring, &additional_damage);
|
wlr_damage_ring_add_box(&scene_output->damage_ring, &additional_damage);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||||
revision = c85838892d56111809aa2edb83a2f22428bfa806
|
revision = fe8916fef0bd5d0846dfadd5f8c49ac57beedc9a
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots
|
dependency_names = wlroots
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue