pango: upgrade to 0230520-e81f17d

Missed this line from drw_font_getexts.
This commit is contained in:
bakkeby 2024-05-17 11:06:30 +02:00
parent 018bb8eb18
commit 66770cfbcc

2
drw.c
View File

@ -713,7 +713,7 @@ drw_font_getexts(Fnt *font, const char *text, unsigned int len, unsigned int *w,
if (w)
*w = r.width / PANGO_SCALE;
if (h)
*h = font->h;
*h = r.height / PANGO_SCALE;
}
#else
void