aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 335dae87..8222a506 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -508,7 +508,6 @@ static void render_titlebar_text_texture(struct sway_output *output,
508 cairo_t *c = cairo_create(dummy_surface); 508 cairo_t *c = cairo_create(dummy_surface);
509 cairo_set_antialias(c, CAIRO_ANTIALIAS_BEST); 509 cairo_set_antialias(c, CAIRO_ANTIALIAS_BEST);
510 cairo_font_options_t *fo = cairo_font_options_create(); 510 cairo_font_options_t *fo = cairo_font_options_create();
511 cairo_font_options_set_hint_style(fo, CAIRO_HINT_STYLE_FULL);
512 if (output->wlr_output->subpixel == WL_OUTPUT_SUBPIXEL_NONE) { 511 if (output->wlr_output->subpixel == WL_OUTPUT_SUBPIXEL_NONE) {
513 cairo_font_options_set_antialias(fo, CAIRO_ANTIALIAS_GRAY); 512 cairo_font_options_set_antialias(fo, CAIRO_ANTIALIAS_GRAY);
514 } else { 513 } else {