From 83aeb31d12cf30b8f0de6f7c78a52fa7772497ee Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 6 Apr 2015 00:10:54 -0400 Subject: [PATCH] This function can be static. --- src/video/x11/SDL_x11opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/x11/SDL_x11opengl.c b/src/video/x11/SDL_x11opengl.c index df6008ccd9bcf..a19d23d40bdee 100644 --- a/src/video/x11/SDL_x11opengl.c +++ b/src/video/x11/SDL_x11opengl.c @@ -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;