diff options
author | Erik Reider <[email protected]> | 2024-07-29 18:13:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-29 12:13:11 -0400 |
commit | 4d7ca7d975fb6d8ccae9830765986d5812fd011d (patch) | |
tree | 408d7f0092010de0cb6eb489d9b6bf06be9f4d67 | |
parent | da559b3ea13addecdd7747b99f3ed498f991d031 (diff) |
Fixed blur opacity. Fixes #338 (#339)
-rw-r--r-- | sway/desktop/render.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c index 30f1c541..e469d716 100644 --- a/sway/desktop/render.c +++ b/sway/desktop/render.c @@ -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, }, |