Updated SDL_TimerID to use the same type as other IDs in SDL

This commit is contained in:
Sam Lantinga 2024-01-18 05:07:28 -08:00
parent bc3a71d400
commit d6a41f8f31
3 changed files with 8 additions and 12 deletions

View file

@ -137,7 +137,7 @@ typedef Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval, void *param);
/**
* Definition of the timer ID type.
*/
typedef int SDL_TimerID;
typedef Uint32 SDL_TimerID;
/**
* Call a callback function at a future time.