mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-04 04:22:41 +00:00
Fix wrong callback type
This commit is contained in:
committed by
Sam Lantinga
parent
f4942b3eae
commit
c89357bf60
@@ -60,7 +60,7 @@ typedef struct
|
||||
static int vsync_sema_id = 0;
|
||||
|
||||
// PRIVATE METHODS
|
||||
static int vsync_handler(void)
|
||||
static int vsync_handler(int reason)
|
||||
{
|
||||
iSignalSema(vsync_sema_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user