Merge pull request #950 from summaryInfo/border-blur-fix
This commit is contained in:
@@ -350,7 +350,7 @@ bool win_bind_mask(struct backend_base *b, struct managed_win *w) {
|
||||
auto reg_bound_local = win_get_bounding_shape_global_by_val(w);
|
||||
pixman_region32_translate(®_bound_local, -w->g.x, -w->g.y);
|
||||
w->mask_image = b->ops->make_mask(
|
||||
b, (geometry_t){.width = w->g.width, .height = w->g.height}, ®_bound_local);
|
||||
b, (geometry_t){.width = w->widthb, .height = w->heightb}, ®_bound_local);
|
||||
pixman_region32_fini(®_bound_local);
|
||||
|
||||
if (!w->mask_image) {
|
||||
|
||||
Reference in New Issue
Block a user