forked from GSoC/sdl-2.30.3-kolibri
Update to SDL2-2.30.6
This commit is contained in:
@@ -569,7 +569,7 @@ render_thread_fn(void *render_ctx)
|
||||
}
|
||||
|
||||
static void
|
||||
loop_threaded()
|
||||
loop_threaded(void)
|
||||
{
|
||||
SDL_Event event;
|
||||
int i;
|
||||
@@ -598,7 +598,7 @@ loop_threaded()
|
||||
#endif
|
||||
|
||||
static void
|
||||
loop()
|
||||
loop(void)
|
||||
{
|
||||
SDL_Event event;
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user