mirror of
https://github.com/mintycube/dmenu.git
synced 2024-10-22 14:05:48 +02:00
highlight: correct declared utf8len signature
This commit is contained in:
parent
3b547d5263
commit
ea263d0999
2
drw.h
2
drw.h
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user