X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_internal.h;h=e7540b0f3e23c6394410e3e1096d15a3c2d897d2;hb=44caaf34d305b729f55f83ee627e2caaa08e9aa9;hp=4f8fd96258337590b18b0cb08e773a479b2c91bb;hpb=cee42b093ecb1b342236464ba5d051f08904a36e;p=freeglut diff --git a/src/freeglut_internal.h b/src/freeglut_internal.h index 4f8fd96..e7540b0 100644 --- a/src/freeglut_internal.h +++ b/src/freeglut_internal.h @@ -34,7 +34,7 @@ /* XXX Update these for each release! */ #define VERSION_MAJOR 2 -#define VERSION_MINOR 4 +#define VERSION_MINOR 6 #define VERSION_PATCH 0 /* Freeglut is intended to function under all Unix/X11 and Win32 platforms. */ @@ -813,7 +813,7 @@ GLXFBConfig* fgChooseFBConfig( void ); #if TARGET_HOST_MS_WINDOWS LRESULT CALLBACK fgWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam ); -GLboolean fgNewWGLCreateContext( SFG_Window* window ); +void fgNewWGLCreateContext( SFG_Window* window ); GLboolean fgSetupPixelFormat( SFG_Window* window, GLboolean checkOnly, unsigned char layer_type ); #endif