GTRANS: Update /demos/modules/gtrans/basic

feature/sdl2_threaded^2
Joel Bodenmann 2021-08-23 15:46:47 +02:00
parent 317db95c46
commit 8d6b2c4707
2 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@
#define GDISP_NEED_VALIDATION GFXON #define GDISP_NEED_VALIDATION GFXON
#define GDISP_NEED_CLIP GFXON #define GDISP_NEED_CLIP GFXON
#define GDISP_NEED_TEXT GFXON #define GDISP_NEED_TEXT GFXON
#define GDISP_NEED_ANTIALIAS GFXON
#define GDISP_NEED_UTF8 GFXON #define GDISP_NEED_UTF8 GFXON
#define GDISP_NEED_TEXT_KERNING GFXON #define GDISP_NEED_TEXT_KERNING GFXON

View File

@ -62,7 +62,7 @@ static const char* FrenchStrings[] = {
}; };
static const transTable FrenchTranslation = { sizeof(FrenchStrings)/sizeof(FrenchStrings[0]), FrenchStrings }; static const transTable FrenchTranslation = { sizeof(FrenchStrings)/sizeof(FrenchStrings[0]), FrenchStrings };
void updateText() void updateText(void)
{ {
gCoord width = 400; gCoord width = 400;
gCoord height = 30; gCoord height = 30;