aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gtrans/basic/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gtrans/basic/main.c')
-rw-r--r--demos/modules/gtrans/basic/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/modules/gtrans/basic/main.c b/demos/modules/gtrans/basic/main.c
index da42aa46..1a1657cf 100644
--- a/demos/modules/gtrans/basic/main.c
+++ b/demos/modules/gtrans/basic/main.c
@@ -64,8 +64,8 @@ static const transTable FrenchTranslation = { sizeof(FrenchStrings)/sizeof(Frenc
void updateText()
{
- coord_t width = 400;
- coord_t height = 30;
+ gCoord width = 400;
+ gCoord height = 30;
// Translate some basic strings
gdispFillStringBox(20, 20, width, height, gt("Welcome"), font, COLOR_TEXT, COLOR_BACKGROUND, justifyLeft);