Fixed blur opacity. Fixes #338 (#339)

This commit is contained in:
Erik Reider 2024-07-29 18:13:11 +02:00 committed by GitHub
parent da559b3ea1
commit 4d7ca7d975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -208,7 +208,6 @@ void render_blur(struct fx_render_context *ctx, struct wlr_texture *texture,
.src_box = *src_box,
.dst_box = proj_box,
.transform = WL_OUTPUT_TRANSFORM_NORMAL,
.alpha = &deco_data.alpha,
.clip = &damage,
.filter_mode = WLR_SCALE_FILTER_BILINEAR,
},