Compare commits
6 commits
b7d2d56263
...
a81e80fe68
Author | SHA1 | Date | |
---|---|---|---|
Alex Janka | a81e80fe68 | ||
Alex Janka | 5293fb9206 | ||
Alex Janka | d01f16d09c | ||
59a10cf4c7 | |||
59c2b7a884 | |||
4d7ca7d975 |
|
@ -285,7 +285,6 @@ void render_blur(struct fx_render_context *ctx, struct wlr_texture *texture,
|
||||||
.src_box = *src_box,
|
.src_box = *src_box,
|
||||||
.dst_box = proj_box,
|
.dst_box = proj_box,
|
||||||
.transform = WL_OUTPUT_TRANSFORM_NORMAL,
|
.transform = WL_OUTPUT_TRANSFORM_NORMAL,
|
||||||
.alpha = &deco_data.alpha,
|
|
||||||
.clip = &damage,
|
.clip = &damage,
|
||||||
.filter_mode = WLR_SCALE_FILTER_BILINEAR,
|
.filter_mode = WLR_SCALE_FILTER_BILINEAR,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue