aboutsummaryrefslogtreecommitdiffstats
path: root/sway/border.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/border.c')
-rw-r--r--sway/border.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/border.c b/sway/border.c
index c64fad70..ea29617f 100644
--- a/sway/border.c
+++ b/sway/border.c
@@ -180,7 +180,7 @@ static void render_title_bar(swayc_t *view, cairo_t *cr, struct wlc_geometry *b,
180 // text 180 // text
181 if (view->name) { 181 if (view->name) {
182 int width, height; 182 int width, height;
183 get_text_size(cr, config->font, &width, &height, false, "%s", view->name); 183 get_text_size(cr, config->font, &width, &height, 1, false, "%s", view->name);
184 cairo_move_to(cr, x + 2, y + 2); 184 cairo_move_to(cr, x + 2, y + 2);
185 cairo_set_source_u32(cr, colors->text); 185 cairo_set_source_u32(cr, colors->text);
186 pango_printf(cr, config->font, 1, false, "%s", view->name); 186 pango_printf(cr, config->font, 1, false, "%s", view->name);