diff options
Diffstat (limited to 'sdl2')
-rw-r--r-- | sdl2/bindings.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/bindings.scm b/sdl2/bindings.scm index 058e342..7db2501 100644 --- a/sdl2/bindings.scm +++ b/sdl2/bindings.scm @@ -235,7 +235,7 @@ RETURN-TYPE and accept arguments of ARG-TYPES." void "SDL_GL_DeleteContext" '(*)) (define-foreign sdl-gl-make-current - void "SDL_GL_MakeCurrent" '(* *)) + int "SDL_GL_MakeCurrent" '(* *)) (define-foreign sdl-gl-swap-window void "SDL_GL_SwapWindow" '(*)) |