aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/streaming/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gdisp/streaming/main.c')
-rw-r--r--demos/modules/gdisp/streaming/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/modules/gdisp/streaming/main.c b/demos/modules/gdisp/streaming/main.c
index a360ecc2..695b15b6 100644
--- a/demos/modules/gdisp/streaming/main.c
+++ b/demos/modules/gdisp/streaming/main.c
@@ -57,9 +57,9 @@
#define SHADOWALPHA (255-255*0.2)
int main(void) {
- coord_t width, height, x, y, radius, ballx, bally, dx, floor;
- coord_t minx, miny, maxx, maxy;
- coord_t ballcx, ballcy;
+ gCoord width, height, x, y, radius, ballx, bally, dx, floor;
+ gCoord minx, miny, maxx, maxy;
+ gCoord ballcx, ballcy;
color_t colour;
float ii, spin, dy, spinspeed, h, f, g;