summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2015-12-01 11:44:46 +0000
committerManolo Gouy <Manolo>2015-12-01 11:44:46 +0000
commitf91579545394c97bcc0bc2ea31c840f63eb1a420 (patch)
tree46bd2e2c2d1a018533fc6fe597f38f7ef6b484da
parent403c29267f908c727ff71bc2347438bc14ff1182 (diff)
Documentation: replace TRUE -> GL_TRUE to define glewExperimental
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10940 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--documentation/src/opengl.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox
index 6b1b75ad9..00bcf19bc 100644
--- a/documentation/src/opengl.dox
+++ b/documentation/src/opengl.dox
@@ -508,7 +508,7 @@ If GLEW is installed on the Mac OS development platform, it is possible
to use the same code for all platforms, with one exception: put
\code
#ifdef __APPLE__
-glewExperimental = TRUE;
+glewExperimental = GL_TRUE;
#endif
\endcode
before the glewInit() call.