mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
chase: chase scenefx api change
This commit is contained in:
parent
fc677558f8
commit
c934afcd4a
5 changed files with 30 additions and 34 deletions
|
|
@ -191,8 +191,7 @@ void layer_draw_shadow(LayerSurface *l) {
|
|||
|
||||
struct clipped_region clipped_region = {
|
||||
.area = intersection_box,
|
||||
.corner_radius = border_radius,
|
||||
.corners = border_radius_location_default,
|
||||
.corners = corner_radii_all(border_radius),
|
||||
};
|
||||
|
||||
wlr_scene_node_set_position(&l->shadow->node, shadow_box.x, shadow_box.y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue