From 5a199722938773360dd7bcc80a917bf4a1856111 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 23 Mar 2005 15:14:32 +0000 Subject: [PATCH] added comment about AUX flags git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@571 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 90117c7..3bcb2c9 100644 --- a/include/GL/freeglut_ext.h +++ b/include/GL/freeglut_ext.h @@ -68,6 +68,7 @@ /* * New tokens for glutInitDisplayMode. + * Only one GLUT_AUXn bit may be used at a time. * Value 0x0400 is defined in OpenGLUT. */ #define GLUT_AUX1 0x1000 -- 1.7.10.4