Mercurial > sdl-ios-xcode
diff test/testtimer.c @ 1659:14717b52abc0 SDL-1.3
Merge trunk-1.3-3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 08:18:28 +0000 |
parents | d5298e8f22b3 |
children | 782fd950bd46 c121d94672cb |
line wrap: on
line diff
--- a/test/testtimer.c Mon May 01 06:58:33 2006 +0000 +++ b/test/testtimer.c Wed May 17 08:18:28 2006 +0000 @@ -12,13 +12,13 @@ static int ticks = 0; -static Uint32 ticktock(Uint32 interval) +static Uint32 SDLCALL ticktock(Uint32 interval) { ++ticks; return(interval); } -static Uint32 callback(Uint32 interval, void *param) +static Uint32 SDLCALL callback(Uint32 interval, void *param) { printf("Timer %d : param = %d\n", interval, (int)(uintptr_t)param); return interval;