mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Code style
This commit is contained in:
parent
5b60f3c80f
commit
627eaa6cbf
1 changed files with 2 additions and 1 deletions
|
|
@ -191,7 +191,8 @@ magnify(struct output *output, struct wlr_buffer *output_buffer, struct wlr_box
|
||||||
},
|
},
|
||||||
.alpha = NULL,
|
.alpha = NULL,
|
||||||
.clip = NULL,
|
.clip = NULL,
|
||||||
.filter_mode = theme->mag_filter ? WLR_SCALE_FILTER_BILINEAR : WLR_SCALE_FILTER_NEAREST,
|
.filter_mode = theme->mag_filter ? WLR_SCALE_FILTER_BILINEAR
|
||||||
|
: WLR_SCALE_FILTER_NEAREST,
|
||||||
};
|
};
|
||||||
wlr_render_pass_add_texture(tmp_render_pass, &opts);
|
wlr_render_pass_add_texture(tmp_render_pass, &opts);
|
||||||
if (!wlr_render_pass_submit(tmp_render_pass)) {
|
if (!wlr_render_pass_submit(tmp_render_pass)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue