GTRANS: Update /demos/modules/gtrans/basic
This commit is contained in:
parent
317db95c46
commit
8d6b2c4707
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue