From 2b1558eefd737cacdacf13a7b9d13a435a41a91a Mon Sep 17 00:00:00 2001 From: Diederick Niehorster Date: Thu, 15 Mar 2012 02:15:54 +0000 Subject: [PATCH] added a bit more doc git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1133 7f0cb862-5218-0410-a997-914c9d46530a --- include/GL/freeglut_ext.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/GL/freeglut_ext.h b/include/GL/freeglut_ext.h index 6bf84b8..12f0825 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -97,6 +97,7 @@ /* * Context-related flags, see freeglut_state.c + * Set the requested OpenGL version */ #define GLUT_INIT_MAJOR_VERSION 0x0200 #define GLUT_INIT_MINOR_VERSION 0x0201 -- 1.7.10.4