mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
chase wlroots: wlr_damage_ring_add no return val (MR 4817)
Ref: 502eb38d80eb5a273f5481ec8559cb35d726f5da
("damage_ring: Remove return value of wlr_damage_ring_add/wlr_damage_ring_add_box")
This commit is contained in:
parent
1dc4e7ed28
commit
6caa2a8830
2 changed files with 2 additions and 4 deletions
|
|
@ -50,9 +50,7 @@ static void
|
|||
scene_output_damage(struct wlr_scene_output *scene_output,
|
||||
const pixman_region32_t *region)
|
||||
{
|
||||
if (!wlr_damage_ring_add(&scene_output->damage_ring, region)) {
|
||||
return;
|
||||
}
|
||||
wlr_damage_ring_add(&scene_output->damage_ring, region);
|
||||
|
||||
struct wlr_output *output = scene_output->output;
|
||||
enum wl_output_transform transform =
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[wrap-git]
|
||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
revision = 5c98d1a04a1439bf40c6e516086cfaff2d67f135
|
||||
revision = 502eb38d80eb5a273f5481ec8559cb35d726f5da
|
||||
|
||||
[provide]
|
||||
dependency_names = wlroots-0.19
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue