Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed declaration of GL_HandleDebugMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 20, 2013
1 parent 2279276 commit 1e17ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/opengl/SDL_render_gl.c
Expand Up @@ -307,7 +307,7 @@ GL_ResetState(SDL_Renderer *renderer)
GL_CheckError("", renderer);
}

static void
static void APIENTRY
GL_HandleDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char *message, void *userParam)
{
SDL_Renderer *renderer = (SDL_Renderer *) userParam;
Expand Down

0 comments on commit 1e17ec7

Please sign in to comment.