X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=2f3155b6ad9b1a8f1a0d33b165894809504c628d;hb=bd13ff3040ea5d30009892eecc31854ed11ac408;hp=ed01830883777ae7820652a839232249a6c68cf9;hpb=72af7eeaf8e2c2ecf8949137cfea2030069b1dd8;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index ed01830..2f3155b 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -825,7 +825,7 @@ void fgDestroyStructure( void ); /* A helper function to check if a display mode is possible to use */ #if TARGET_HOST_POSIX_X11 -GLXFBConfig* fgChooseFBConfig( void ); +GLXFBConfig* fgChooseFBConfig( int* numcfgs ); #endif /* The window procedure for Win32 events handling */