Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This function can be static.
  • Loading branch information
icculus committed Apr 6, 2015
1 parent 2f3f328 commit 83aeb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11opengl.c
Expand Up @@ -392,7 +392,7 @@ X11_GL_InitExtensions(_THIS)
/* glXChooseVisual and glXChooseFBConfig have some small differences in
* the attribute encoding, it can be chosen with the for_FBConfig parameter.
*/
int
static int
X11_GL_GetAttributes(_THIS, Display * display, int screen, int * attribs, int size, Bool for_FBConfig)
{
int i = 0;
Expand Down

0 comments on commit 83aeb31

Please sign in to comment.