aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/polygons/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gdisp/polygons/main.c')
-rw-r--r--demos/modules/gdisp/polygons/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gdisp/polygons/main.c b/demos/modules/gdisp/polygons/main.c
index f91a5cdd..6b3896fe 100644
--- a/demos/modules/gdisp/polygons/main.c
+++ b/demos/modules/gdisp/polygons/main.c
@@ -69,7 +69,7 @@ static gPoint oldresult[NUM_POINTS];
int main(void) {
- coord_t width, height;
+ gCoord width, height;
mtype scalex, scaley;
mtype scaleincx, scaleincy;
mtype translatex, translatey;