diff options
Diffstat (limited to 'demos/modules')
-rw-r--r-- | demos/modules/gdisp/streaming/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gdisp/streaming/main.c b/demos/modules/gdisp/streaming/main.c index 695b15b6..08067c4d 100644 --- a/demos/modules/gdisp/streaming/main.c +++ b/demos/modules/gdisp/streaming/main.c @@ -60,7 +60,7 @@ int main(void) { gCoord width, height, x, y, radius, ballx, bally, dx, floor; gCoord minx, miny, maxx, maxy; gCoord ballcx, ballcy; - color_t colour; + gColor colour; float ii, spin, dy, spinspeed, h, f, g; gfxInit(); |