mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-25 22:25:58 +01:00
fix formatting in surface_damage
This commit is contained in:
parent
0b3d56384f
commit
e22e443717
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ static void surface_damage(struct wl_client *client,
|
||||||
}
|
}
|
||||||
surface->pending.invalid |= WLR_SURFACE_INVALID_SURFACE_DAMAGE;
|
surface->pending.invalid |= WLR_SURFACE_INVALID_SURFACE_DAMAGE;
|
||||||
pixman_region32_union_rect(&surface->pending.surface_damage,
|
pixman_region32_union_rect(&surface->pending.surface_damage,
|
||||||
&surface->pending.surface_damage,
|
&surface->pending.surface_damage,
|
||||||
x, y, width, height);
|
x, y, width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void destroy_frame_callback(struct wl_resource *resource) {
|
static void destroy_frame_callback(struct wl_resource *resource) {
|
||||||
|
|
Loading…
Reference in a new issue