Merge pull request #1986 from emersion/clip-title-texture

Correctly clip title texture if necessary
master
Drew DeVault 7 years ago committed by GitHub
commit 76bdbe938f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -409,6 +409,7 @@ static void render_container_simple_border_normal(struct sway_output *output,
WL_OUTPUT_TRANSFORM_NORMAL,
0.0, output->wlr_output->transform_matrix);
texture_box.width = box.width * output_scale;
render_texture(output->wlr_output, output_damage, title_texture,
&texture_box, matrix, 1.0);
}

Loading…
Cancel
Save