aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/combo/bounce.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/applications/combo/bounce.c')
-rw-r--r--demos/applications/combo/bounce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/applications/combo/bounce.c b/demos/applications/combo/bounce.c
index 7c77e478..4f21ce09 100644
--- a/demos/applications/combo/bounce.c
+++ b/demos/applications/combo/bounce.c
@@ -62,7 +62,7 @@ static gThread thread;
#define FLOORCOLOR HTML2COLOR(0x606060)
#define SHADOWALPHA (255-255*0.2)
-static DECLARE_THREAD_FUNCTION(task, param) {
+static GFX_THREAD_FUNCTION(task, param) {
gCoord width, height, x, y, radius, ballx, bally, dx, floor;
gCoord minx, miny, maxx, maxy, winx, winy;
gCoord ballcx, ballcy;