From: Joe Krahn Date: Thu, 28 Sep 2006 15:21:33 +0000 (+0000) Subject: Removed incorrect comment about internal WGL/ARB definitions. X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=93c3516de93ef4839f62006307e129ab75cf5fe8;p=freeglut Removed incorrect comment about internal WGL/ARB definitions. I actually had put those comments in because I had meant to go back and re-check the WGL extension. But, maybe locally defined extensions should be kept in a separate include file? git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@713 7f0cb862-5218-0410-a997-914c9d46530a --- diff --git a/src/freeglut_state.c b/src/freeglut_state.c index 45513cd..5355692 100644 --- a/src/freeglut_state.c +++ b/src/freeglut_state.c @@ -120,7 +120,6 @@ void FGAPIENTRY glutSetOption( GLenum eWhat, int value ) } #if TARGET_HOST_MS_WINDOWS -/* WRONG-- FIXME */ /* The following include file is available from SGI but is not standard: * #include * So we copy the necessary parts out of it to support the multisampling query diff --git a/src/freeglut_window.c b/src/freeglut_window.c index 325005a..04f0bf9 100644 --- a/src/freeglut_window.c +++ b/src/freeglut_window.c @@ -173,10 +173,10 @@ XVisualInfo* fgChooseVisual( void ) * Setup the pixel format for a Win32 window */ #if TARGET_HOST_MS_WINDOWS -/* WRONG-- FIXME */ /* The following include file is available from SGI but is not standard: * #include * So we copy the necessary parts out of it. + * XXX: should local definitions for extensions be put in a separate include file? */ typedef const char * (WINAPI * PFNWGLGETEXTENSIONSSTRINGARBPROC) (HDC hdc);