mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-03 15:32:49 +00:00
SDL_opengl: Fix Mac build with new glext.h
This commit is contained in:
@@ -332,7 +332,7 @@ GL_ResetState(SDL_Renderer *renderer)
|
||||
}
|
||||
|
||||
static void APIENTRY
|
||||
GL_HandleDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char *message, void *userParam)
|
||||
GL_HandleDebugMessage(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char *message, const void *userParam)
|
||||
{
|
||||
SDL_Renderer *renderer = (SDL_Renderer *) userParam;
|
||||
GL_RenderData *data = (GL_RenderData *) renderer->driverdata;
|
||||
|
||||
Reference in New Issue
Block a user