From 3c95b7e2aed7a405e71d954082ba7d1223a676bf Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 17 Mar 2021 21:31:48 +0200 Subject: TextBuf: Support for color Fill glyph backgrounds individually based on current color. --- src/ui/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/text.h') diff --git a/src/ui/text.h b/src/ui/text.h index 606096b6..136e14e9 100644 --- a/src/ui/text.h +++ b/src/ui/text.h @@ -212,7 +212,7 @@ iString * renderBlockChars_Text (const iBlock *fontData, int height, enum iT /*-----------------------------------------------------------------------------------------------*/ iDeclareType(TextBuf) -iDeclareTypeConstructionArgs(TextBuf, int font, const char *text) +iDeclareTypeConstructionArgs(TextBuf, int font, int color, const char *text) struct Impl_TextBuf { SDL_Texture *texture; -- cgit v1.2.3