mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 01:15:39 +00:00
This function can be static.
This commit is contained in:
parent
2f3f328714
commit
83aeb31d12
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue