X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_window.c;h=04f0bf91674b8cffb99cba189f85c5e73d589ab7;hb=a14928fc505633d395e18db84ce7dbfd7386fa5f;hp=325005a3844ac5b874ddf5c9e3d0b5b8ae61e87d;hpb=81f7f85ade2f873ebee9afa3ad810046771cb5c3;p=freeglut 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);