mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-07 05:43:18 +00:00
Fix wrong callback type
(cherry picked from commitc89357bf60) (cherry picked from commitd0c2d8bc40)
This commit is contained in:
committed by
Sam Lantinga
parent
4177e06c09
commit
213b074697
@@ -55,7 +55,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