highlight: correct declared utf8len signature

This commit is contained in:
bakkeby 2024-07-18 10:00:53 +02:00
parent 3b547d5263
commit ea263d0999

2
drw.h
View File

@ -69,7 +69,7 @@ void drw_font_getexts(Fnt *font, const char *text, unsigned int len, unsigned in
#endif // PANGO_PATCH #endif // PANGO_PATCH
#if HIGHLIGHT_PATCH #if HIGHLIGHT_PATCH
size_t utf8len(const char *c); int utf8len(const char *c);
#endif // HIGHLIGHT_PATCH #endif // HIGHLIGHT_PATCH
/* Colorscheme abstraction */ /* Colorscheme abstraction */